Skip to content

Commit

Permalink
testnowarn error
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd authored Mar 2, 2024
1 parent c462fc1 commit f678ac4
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 f678ac4

Please sign in to comment.