Skip to content

Commit fa56a3a

Browse files
committed
up
1 parent cc48d1c commit fa56a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/dsl/dsl_options.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ let
379379
@test sol[:Y][end] 3.0
380380

381381
# Tests that observables can be used for plot indexing.
382-
@test plot(sol; idxs=X).series_list[1].plotattributes[:y][end] 2.5
383-
@test plot(sol; idxs=rn.X).series_list[1].plotattributes[:y][end] 2.5
384-
@test plot(sol; idxs=:X).series_list[1].plotattributes[:y][end] 2.5
382+
@test plot(sol; idxs=X).series_list[1].plotattributes[:y][end] 10.0
383+
@test plot(sol; idxs=rn.X).series_list[1].plotattributes[:y][end] 10.0
384+
@test plot(sol; idxs=:X).series_list[1].plotattributes[:y][end] 10.0
385385
@test plot(sol; idxs=[X, Y]).series_list[2].plotattributes[:y][end] 3.0
386386
@test plot(sol; idxs=[rn.X, rn.Y]).series_list[2].plotattributes[:y][end] 3.0
387387
@test plot(sol; idxs=[:X, :Y]).series_list[2].plotattributes[:y][end] 3.0

0 commit comments

Comments
 (0)