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