Skip to content

Commit

Permalink
revert test_nowarn error
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd authored Mar 2, 2024
1 parent f678ac4 commit ebe9ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ebe9ff2

Please sign in to comment.