diff --git a/test/test_layouts.jl b/test/test_layouts.jl index 42a3b02c..90cf2ba8 100644 --- a/test/test_layouts.jl +++ b/test/test_layouts.jl @@ -28,5 +28,7 @@ end @testset "Plots.jl/issues/4083" begin p = plot(plot(1:2), plot(1:2); border = :grid, plot_title = "abc") - @test p.subplots[end][:framestyle] === :none + @test p[1][:framestyle] === :grid + @test p[2][:framestyle] === :grid + @test p[3][:framestyle] === :none end