Skip to content

Commit

Permalink
remove doubled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Oct 28, 2021
1 parent cc0604c commit 82ddce5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ end

@testset "lens!" begin
pl = plot(1:5)
pl = plot(LegendPlot(); legend = :right)
@test pl[1][:legend_position] == :right
lens!(pl, [1, 2], [1, 2], inset = (1, bbox(0.0, 0.0, 0.2, 0.2)), colorbar = false)
@test length(pl.series_list) == 4
@test pl[2][:colorbar] == :none
Expand Down

0 comments on commit 82ddce5

Please sign in to comment.