Skip to content

Commit 570b0d0

Browse files
fix basic test
1 parent 4bfde3e commit 570b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185
@test !occursin(sin(a), a + b + c)
186186
@test occursin(sin(a), a * b + c + sin(a^2 * sin(a)))
187187
@test occursin(0.01, 0.01*a)
188-
@test occursin(0.01, a * b * c)
188+
@test !occursin(0.01, a * b * c)
189189
end
190190

191191
@testset "printing" begin

0 commit comments

Comments
 (0)