Skip to content

Commit 6528ec1

Browse files
committed
fix test
1 parent dd5b9ce commit 6528ec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/downstream/ode_stripping.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ prob = ODEProblem(lorenz!, u0, tspan)
1212
# implicit solver so we can test cache stripping worked
1313
sol = solve(prob, Rosenbrock23())
1414

15-
@test isnothing(SciMLBase.strip_solution(sol).f)
15+
@test isnothing(SciMLBase.strip_solution(sol).prob)
16+
17+
@test isnothing(SciMLBase.strip_solution(sol).alg)
1618

1719
@test isnothing(SciMLBase.strip_solution(sol).interp.f)
1820

0 commit comments

Comments
 (0)