Skip to content

Commit 40562ee

Browse files
author
Oscar Smith
authored
missed one
1 parent b079f51 commit 40562ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integrators/check_error.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ desired_codes = (ReturnCode.MaxIters, ReturnCode.Unstable)
1111
# invoke integrator.
1212

1313
sol = solve(prob, Tsit5(); options...)
14-
@test sol.retcode == desired_code
14+
@test sol.retcode in desired_codes
1515

1616
integrator = init(prob, Tsit5(); options...)
1717
solve!(integrator)

0 commit comments

Comments
 (0)