Skip to content

Commit

Permalink
fix basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 18, 2024
1 parent 4bfde3e commit 570b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ end
@test !occursin(sin(a), a + b + c)
@test occursin(sin(a), a * b + c + sin(a^2 * sin(a)))
@test occursin(0.01, 0.01*a)
@test occursin(0.01, a * b * c)
@test !occursin(0.01, a * b * c)
end

@testset "printing" begin
Expand Down

0 comments on commit 570b0d0

Please sign in to comment.