Skip to content

Commit 1fb625e

Browse files
Update lib/SCCNonlinearSolve/test/core_tests.jl
Co-authored-by: Aayush Sabharwal <aayush.sabharwal@gmail.com>
1 parent c1a0c50 commit 1fb625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/SCCNonlinearSolve/test/core_tests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ end
7575

7676
sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3]))
7777
scc_sol = solve(sccprob, NewtonRaphson())
78-
sol manualscc scc_sol
78+
@test sol manualscc scc_sol
7979

8080
end

0 commit comments

Comments
 (0)