From f6627f3c5cdc3262fd2bf3ea76272fd1ed6ed28e Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Sun, 6 Dec 2020 18:54:53 -0500 Subject: [PATCH] Now closing plots after display calls --- test/integration_dates.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration_dates.jl b/test/integration_dates.jl index 13faf26b..081d69fb 100644 --- a/test/integration_dates.jl +++ b/test/integration_dates.jl @@ -18,6 +18,7 @@ using Plots, Test, Dates @info "Skipping display tests on AppVeyor" else @test isa(display(p), Nothing) == true + closeall() end end # testset @@ -36,6 +37,7 @@ end # testset @info "Skipping display tests on AppVeyor" else @test isa(display(p), Nothing) == true + closeall() end end # testset @@ -53,5 +55,6 @@ end # testset @info "Skipping display tests on AppVeyor" else @test isa(display(p), Nothing) == true + closeall() end end # testset