Skip to content

Commit a7c1a65

Browse files
Merge pull request #516 from SciML/error_codes
Update error codes
2 parents 454bf4e + 921750b commit a7c1a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/complex_tests.jl

Lines changed: 1 addition & 1 deletion
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 DimensionMismatch solve(prob, alg)
23+
@test_throws StochasticDiffEq.OrdinaryDiffEq.FirstAutodiffJacError solve(prob, alg)
2424
end
2525
end
2626

0 commit comments

Comments
 (0)