Skip to content

Commit b9a72f0

Browse files
Update dsl_options.jl
1 parent 57f8605 commit b9a72f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dsl/dsl_options.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ let
493493
@test plot(sol; idxs=:X).series_list[1].plotattributes[:y][end] 10.0
494494
@test plot(sol; idxs=[X, Y]).series_list[2].plotattributes[:y][end] 3.0
495495
@test plot(sol; idxs=[rn.X, rn.Y]).series_list[2].plotattributes[:y][end] 3.0
496-
@test_broken plot(sol; idxs=[:X, :Y]).series_list[2].plotattributes[:y][end] 3.0 # (https://github.com/SciML/ModelingToolkit.jl/issues/2778)
496+
@test plot(sol; idxs=[:X, :Y]).series_list[2].plotattributes[:y][end] 3.0 # (https://github.com/SciML/ModelingToolkit.jl/issues/2778)
497497
end
498498

499499
# Compares programmatic and DSL system with observables.
@@ -950,4 +950,4 @@ let
950950
rl = oderatelaw(reactions(rn3)[1]; combinatoric_ratelaw)
951951
@unpack k1, A = rn3
952952
@test isequal(rl, k1*A^2)
953-
end
953+
end

0 commit comments

Comments
 (0)