From 82ddce542c6438677d3960e625cd2152b447780b Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 28 Oct 2021 10:23:54 +0200 Subject: [PATCH] remove doubled tests --- test/test_recipes.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_recipes.jl b/test/test_recipes.jl index 8f425cb7..88d644cd 100644 --- a/test/test_recipes.jl +++ b/test/test_recipes.jl @@ -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