Skip to content

Commit c5484b7

Browse files
Update composite_algorithm_test.jl
1 parent 89ad43c commit c5484b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/composite_algorithm_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ v = @inferred OrdinaryDiffEqCore.ode_extrapolant(
4747
alg_mixed_r = CompositeAlgorithm((ABM54(), Tsit5()), reverse_choice)
4848
alg_mixed2 = CompositeAlgorithm((Tsit5(), ABM54()), reverse_choice)
4949

50-
@test_throws ErrorException solve(prob_ode_linear, alg_mixed)
50+
@test_throws ArgumentError solve(prob_ode_linear, alg_mixed)
5151
sol2 = solve(prob_ode_linear, Tsit5())
5252
sol3 = solve(prob_ode_linear, alg_mixed; dt = 0.05)
5353
sol4 = solve(prob_ode_linear, alg_mixed_r; dt = 0.05)

0 commit comments

Comments
 (0)