Skip to content

Commit c780949

Browse files
committed
fix
1 parent 5374cb6 commit c780949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/geointerface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@test testgeometry(multilinestring)
2525
@test GeoInterface.coordinates(multilinestring) ==
2626
[[[10, 10], [20, 20], [10, 40]], [[10, 10], [20, 20], [10, 40]]]
27-
@test ncoord(linestring) == 2
27+
@test ncoord(multilinestring) == 2
2828

2929
poly = Polygon(rand(Point{2,Float32}, 5), [rand(Point{2,Float32}, 5)])
3030
@test testgeometry(poly)

0 commit comments

Comments
 (0)