Skip to content

Commit d21154e

Browse files
committed
fix incorrect test value
1 parent 090c158 commit d21154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/symbolic_events.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ end
13841384
prob = ODEProblem(sys, [], (0.0, 1.0))
13851385
sol = solve(prob)
13861386
@test SciMLBase.successful_retcode(sol)
1387-
@test sol[x, end]1.0 atol=1e-6
1387+
@test sol[x, end] 0.75 atol=1e-6
13881388
end
13891389

13901390
@testset "Symbolic affects are compiled in `complete`" begin

0 commit comments

Comments
 (0)