Skip to content

Commit

Permalink
Update errors_thrown.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 5, 2024
1 parent ec66aa5 commit 4226936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/errors_thrown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ODEProblemLibrary: prob_ode_lotkavolterra

@testset "Fixed-timestep requires dt" begin
prob = prob_ode_lotkavolterra
@test_throws ErrorException solve(prob, EK0(), adaptive=false)
@test_throws ArgumentError solve(prob, EK0(), adaptive=false)
@test_nowarn solve(
prob,
EK0(smooth=false),
Expand Down

0 comments on commit 4226936

Please sign in to comment.