Skip to content

Commit e9ad8fd

Browse files
authored
fix test
1 parent 0b95c58 commit e9ad8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/ode_initdt_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sol = solve(prob, ExplicitRK(tableau = constructBogakiShampine3()))
1010
dt₀ = sol.t[2]
1111

1212
@test 1e-7 < dt₀ < 0.1
13-
@test_throws ErrorException local sol = solve(prob, Euler())
13+
@test_throws ArgumentError local sol = solve(prob, Euler())
1414
#dt₀ = sol.t[2]
1515

1616
sol3 = solve(prob, ExplicitRK(tableau = constructDormandPrince8_64bit()))

0 commit comments

Comments
 (0)