Skip to content

Commit 24d39af

Browse files
test: fix test to new SciMLBase error message
1 parent 52eba50 commit 24d39af

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
@@ -1063,7 +1063,7 @@ end
10631063
cb = [x ~ 0.0] => [x ~ 0, y ~ 1]
10641064
@mtkbuild pend = ODESystem(eqs, t; continuous_events = [cb])
10651065
prob = ODEProblem(pend, [x => 1], (0.0, 3.0), guesses = [y => x])
1066-
@test_throws "CheckInit specified but initialization" solve(prob, Rodas5())
1066+
@test_throws "DAE initialization failed" solve(prob, Rodas5())
10671067

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

0 commit comments

Comments
 (0)