Skip to content

Commit 1d106b6

Browse files
committed
typo
1 parent f7d7646 commit 1d106b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/upstream/mtk_structure_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ end
207207
# Test solve's save_idxs argument.
208208
# Currently, `save_idxs` is broken with symbolic stuff (https://github.com/SciML/ModelingToolkit.jl/issues/1761).
209209
let
210-
for (prob, solver) in zip(deepcopy([oprob, sprob]), [Tsit5(), ImplicitEM(), SSAStepper()])
210+
for (prob, solver) in zip(deepcopy([oprob, sprob, jprob]), [Tsit5(), ImplicitEM(), SSAStepper()])
211211

212212
# Save single variable
213213
if !(solver isa SSAStepper)

0 commit comments

Comments
 (0)