Skip to content

Commit 28e99e0

Browse files
Update test/downstream/solution_interface.jl
1 parent 6260254 commit 28e99e0

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
@@ -332,7 +332,7 @@ end
332332
@test _ss isa SciMLBase.SavedSubsystem
333333
_idxs, _ss = SciMLBase.get_save_idxs_and_saved_subsystem(prob, x)
334334
xidx = variable_index(prob, x)
335-
@test _idxs == xdx
335+
@test _idxs == xidx
336336
@test _ss isa SciMLBase.SavedSubsystem
337337
_idxs, _ss = SciMLBase.get_save_idxs_and_saved_subsystem(prob, [x])
338338
@test _idxs == [xidx]

0 commit comments

Comments
 (0)