Skip to content

Commit c362572

Browse files
committed
fix test
1 parent d819c31 commit c362572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/solution_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ end
215215
@test sol[x] == xvals
216216
@test is_parameter(sol, p)
217217
@test parameter_index(sol, p) == parameter_index(sys, p)
218-
@test isequal(only(parameter_symbols(sol)), p)
218+
@test isequal(parameter_symbols(sol)[1], p)
219219
@test is_independent_variable(sol, t)
220220

221221
tmp = copy(prob.u0)

0 commit comments

Comments
 (0)