Skip to content

Commit 2c49ef2

Browse files
committed
Sidestep typo
1 parent afbf188 commit 2c49ef2

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
@@ -997,7 +997,7 @@ end
997997
cb = [x ~ 0.0] => [x ~ 0, y ~ 1]
998998
@mtkbuild pend = ODESystem(eqs, t; continuous_events = [cb])
999999
prob = ODEProblem(pend, [x => 1], (0.0, 3.0), guesses = [y => x])
1000-
@test_throws "initialization not satisifed" solve(prob, Rodas5())
1000+
@test_throws "CheckInit specified but initialization" solve(prob, Rodas5())
10011001

10021002
cb = [x ~ 0.0] => [y ~ 1]
10031003
@mtkbuild pend = ODESystem(eqs, t; continuous_events = [cb])

0 commit comments

Comments
 (0)