Skip to content

Commit 8cf94af

Browse files
Update utility_tests.jl
1 parent 48c1a77 commit 8cf94af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utility_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444
ldiv!(tmp, lu!(integrator.cache.nlsolver.cache.W), u0); @test tmp != concrete_W \ u0
4545

4646
# But jacobian2W! will update the cache
47-
StochasticDiffEq.OrdinaryDiffEq.jacobian2W!(integrator.cache.nlsolver.cache.W._concrete_form, mm, dtgamma, integrator.cache.nlsolver.cache.W.J.A, true)
47+
StochasticDiffEq.OrdinaryDiffEq.jacobian2W!(integrator.cache.nlsolver.cache.W._concrete_form, mm, dtgamma, integrator.cache.nlsolver.cache.W.J.A)
4848
@test convert(AbstractMatrix, integrator.cache.nlsolver.cache.W) == concrete_W
4949
ldiv!(tmp, lu!(integrator.cache.nlsolver.cache.W), u0); @test tmp == concrete_W \ u0
5050
end

0 commit comments

Comments
 (0)