Skip to content

Commit a59ca25

Browse files
Update complex_tests.jl
1 parent fe8abde commit a59ca25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/complex_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ implicit_noautodiff = [SKenCarp(autodiff=false), ImplicitEulerHeun(autodiff=fals
2020

2121
# currently broken
2222
for alg in implicit_autodiff
23-
@test_throws MethodError solve(prob, alg)
23+
@test_throws DimensionMismatch solve(prob, alg)
2424
end
2525
end
2626

@@ -39,6 +39,6 @@ end
3939

4040
# currently broken
4141
for alg in implicit_autodiff
42-
@test_throws ArgumentError solve(prob, alg)
42+
@test_throws DimensionMismatch solve(prob, alg)
4343
end
4444
end

0 commit comments

Comments
 (0)