Skip to content

Commit

Permalink
isa Trait
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored and visr committed Jun 2, 2023
1 parent 50f3d62 commit 64f4f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test_shapes = Dict(
@test GeoInterface.testgeometry(linearring)
@test GeoInterface.extent(subpolygon) == Extents.Extent(X=(1.0, 2.0), Y=(3.0, 4.0))

@test GeoInterface.trait(shp) isa GeoInterface.GeometryCollection
@test GeoInterface.trait(shp) isa GeoInterface.GeometryCollectionTrait
@test GeoInterface.testgeometry(shp)
end

Expand Down

0 comments on commit 64f4f2d

Please sign in to comment.