Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Oct 16, 2024
1 parent e9ad8fd commit 03961e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrators/check_error.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ end
@test_broken sol.retcode = ReturnCode.Success
end

@test_throws ArgumentError solve(prob, Euler(), dt=0.1 adaptive=true)
@test_throws ArgumentError solve(prob, Euler(), dt=0.1, adaptive=true)
@test_throws ArgumentError solve(prob, Euler())

0 comments on commit 03961e7

Please sign in to comment.