Skip to content

Commit b140423

Browse files
committed
fix previous erroneous test
1 parent 1afe8ca commit b140423

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
@@ -1385,7 +1385,7 @@ end
13851385
prob = ODEProblem(sys, [], (0.0, 1.0))
13861386
sol = solve(prob)
13871387
@test SciMLBase.successful_retcode(sol)
1388-
@test sol[x, end]1.0 atol=1e-6
1388+
@test sol[x, end]0.75 atol=1e-6
13891389
end
13901390

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

0 commit comments

Comments
 (0)