Skip to content

Commit 6dd81fc

Browse files
Merge pull request #1079 from SciML/ChrisRackauckas-patch-2
Update tests
2 parents 12cab5a + 988e4b9 commit 6dd81fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default_steady_state_alg_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ prob = SteadyStateProblem(f, u0)
99

1010
sol = solve(prob)
1111

12-
@test DifferentialEquations.NonlinearSolve.get_name(sol.alg) === :NewtonRaphson
12+
@test nameof(typeof(sol.alg)) == :GeneralizedFirstOrderAlgorithm

0 commit comments

Comments
 (0)