Skip to content

Commit 1428c2d

Browse files
Update test/downstream/solution_interface.jl
Co-authored-by: Aayush Sabharwal <[email protected]>
1 parent c362572 commit 1428c2d

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(parameter_symbols(sol)[1], p)
218+
@test any(isequal(p), parameter_symbols(sol))
219219
@test is_independent_variable(sol, t)
220220

221221
tmp = copy(prob.u0)

0 commit comments

Comments
 (0)