Skip to content

Commit e32fda2

Browse files
committed
test/rangesl.jl: Change \approx to == in range(start, stop) test
1 parent ab03daf commit e32fda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ranges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
@test q === range(; start, stop )
7272
@test q == range(; start, stop, step )
7373
@test q == range(; start, stop, length)
74-
@test q range(; stop, length)
74+
@test q == range(; stop, length)
7575
end
7676
end
7777
@testset "range(start, stop, length)" begin

0 commit comments

Comments
 (0)