Skip to content

Commit 921750b

Browse files
namespace
1 parent 6252049 commit 921750b

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 OrdinaryDiffEq.FirstAutodiffJacError solve(prob, alg)
23+
@test_throws StochasticDiffEq.OrdinaryDiffEq.FirstAutodiffJacError solve(prob, alg)
2424
end
2525
end
2626

0 commit comments

Comments
 (0)