Skip to content

Commit

Permalink
Update test/GADM.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored and rafaqz committed Jun 2, 2022
1 parent e02204e commit 389dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GADM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
parent, children = GADM.get("IND";children=true)
@test parent isa NamedTuple
@test children isa NamedTuple
@test GeoInterface.mtrait(parent.geom[1]) isa MultiPolygonTrait
@test GeoInterface.geomtrait(parent.geom[1]) isa MultiPolygonTrait
@test length(children) == 11 #number of fields in named tuple
geometries = Tables.getcolumn(children, Symbol("geom"))
@test length(geometries) == 36 # number of rows
Expand Down

0 comments on commit 389dff9

Please sign in to comment.