Skip to content

Commit 4e0efc7

Browse files
committed
minor fix
1 parent cd8d0af commit 4e0efc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ end
626626
@test <(x, x1)
627627
end
628628

629-
@testset "New Meta Methods"
629+
@testset "New Meta Methods" begin
630630
ls = [LineString([Point(i, (i+1)^2/6), Point(i*0.86,i+5), Point(i/3, i/7)]) for i in 1:10]
631631
mls = MultiLineString([LineString([Point(i+1, (i)^2/6), Point(i*0.75,i+8), Point(i/2.5, i/6.79)]) for i in 5:10])
632632
poly = Polygon(Point{2, Int}[(40, 40), (20, 45), (45, 30), (40, 40)])

0 commit comments

Comments
 (0)