diff --git a/PlotsBase/test/test_layouts.jl b/PlotsBase/test/test_layouts.jl index 9bfca3e97..d39ec7d18 100644 --- a/PlotsBase/test/test_layouts.jl +++ b/PlotsBase/test/test_layouts.jl @@ -1,4 +1,3 @@ -using Plots, Test @testset "Plotting plots" begin pl = @test_nowarn plot(plot(1:2), plot(1:2, size = (1_200, 400))) @test pl[:size] == (1_200, 400)