diff --git a/test/transformations/extent.jl b/test/transformations/extent.jl index 0613265ba..beadeba9f 100644 --- a/test/transformations/extent.jl +++ b/test/transformations/extent.jl @@ -2,8 +2,7 @@ using Test import GeoInterface as GI import GeometryOps as GO -import Extents -using GeoInterface.Wrappers +using GeoInterface: Extents @testset "embed_extent" begin poly = GI.Polygon([GI.LinearRing([(1, 2), (3, 4), (5, 6), (1, 2)]),