From ebe9ff210f8dcc720ead9a258a0cc751d08b974a Mon Sep 17 00:00:00 2001 From: Alberto Mengali Date: Sat, 2 Mar 2024 09:27:44 +0100 Subject: [PATCH] revert test_nowarn error --- test/runtests.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index fd01649..9cce873 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,11 +7,11 @@ end @test_nowarn @eval using PlotlyKaleido @testset "Start" begin - # if Sys.iswindows() - # PlotlyKaleido.start() - # else + if Sys.iswindows() + PlotlyKaleido.start() + else @test_nowarn PlotlyKaleido.start() - # end + end @test PlotlyKaleido.is_running() end