diff --git a/lib/SCCNonlinearSolve/test/core_tests.jl b/lib/SCCNonlinearSolve/test/core_tests.jl index f24a2d91c..7ae278baa 100644 --- a/lib/SCCNonlinearSolve/test/core_tests.jl +++ b/lib/SCCNonlinearSolve/test/core_tests.jl @@ -75,6 +75,6 @@ end sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3])) scc_sol = solve(sccprob, NewtonRaphson()) - sol ≈ manualscc ≈ scc_sol + @test sol ≈ manualscc ≈ scc_sol end \ No newline at end of file