Skip to content

Commit

Permalink
fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Jan 18, 2024
1 parent 32756f4 commit 9bf4155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ using Test
using Gtk # see JuliaPlots/VisualRegressionTests.jl/issues/30

# NOTE: don't use `plotly` (test hang, not surprised), test only the backends used in the docs
const TEST_BACKENDS =
:gr, :unicodeplots, :pythonplot, :pgfplotsx, :plotlyjs, :gaston
const TEST_BACKENDS = :gr, :unicodeplots, :pythonplot, :pgfplotsx, :plotlyjs, :gaston

# initial load - required for `should_warn_on_unsupported`
unicodeplots()
Expand Down
2 changes: 1 addition & 1 deletion test/test_misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ end

@testset "wrap" begin
# not sure what is intended here ...
wrapped = wrap([:red, :blue])
wrapped = Plots.wrap([:red, :blue])
@test !isempty(wrapped)
@test scatter(1:2, color = wrapped) isa Plots.Plot
end
Expand Down

0 comments on commit 9bf4155

Please sign in to comment.