Skip to content

Commit

Permalink
Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Apr 3, 2024
1 parent bdde244 commit f6a9b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/table.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ wkt = "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",637813
@test size(df_land) == (127, 4)
@test names(df_land) == ["geometry", "featurecla", "scalerank", "min_zoom"]
df_land.featurecla isa Vector{String}
@test GeoInterface.trait(GeoInterface.getfeature(ne_land, 1)) isa GeoInterface.FeatureTrait
end

@testset "ne_coastline" begin
Expand Down

0 comments on commit f6a9b84

Please sign in to comment.