diff --git a/lib/SCCNonlinearSolve/test/core_tests.jl b/lib/SCCNonlinearSolve/test/core_tests.jl index be6de4ea9..6db28d02d 100644 --- a/lib/SCCNonlinearSolve/test/core_tests.jl +++ b/lib/SCCNonlinearSolve/test/core_tests.jl @@ -74,7 +74,8 @@ end SciMLBase.build_solution(prob, alg, u, resid, original = sols) end - sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3])) + sccprob = SciMLBase.SCCNonlinearProblem([prob1, prob2, prob3], + SciMLBase.Void{Any}.([explicitfun1, explicitfun2, explicitfun3])) scc_sol = solve(sccprob, NewtonRaphson()) @test sol ≈ manualscc ≈ scc_sol end \ No newline at end of file