Skip to content

Commit 03961e7

Browse files
authored
typo
1 parent e9ad8fd commit 03961e7

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
@@ -57,5 +57,5 @@ end
5757
@test_broken sol.retcode = ReturnCode.Success
5858
end
5959

60-
@test_throws ArgumentError solve(prob, Euler(), dt=0.1 adaptive=true)
60+
@test_throws ArgumentError solve(prob, Euler(), dt=0.1, adaptive=true)
6161
@test_throws ArgumentError solve(prob, Euler())

0 commit comments

Comments
 (0)