From f63d8409f815e0b4fd9957b6affcb89530b35d0c Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 22 Oct 2020 22:27:10 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 0df0ec85..be680676 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -13,7 +13,7 @@ using RecipesBase @testset "Plotly standalone" begin - @test_nowarn _init_ijulia_plotting() + @test_nowarn Plots._init_ijulia_plotting() @test Plots.plotly_local_file_path[] === nothing temp = Plots.use_local_dependencies[] withenv("PLOTS_HOST_DEPENDENCY_LOCAL" => true) do @@ -21,7 +21,7 @@ using RecipesBase @test Plots.plotly_local_file_path[] isa String @test isfile(Plots.plotly_local_file_path[]) @test Plots.use_local_dependencies[] = true - @test_nowarn _init_ijulia_plotting() + @test_nowarn Plots._init_ijulia_plotting() end Plots.plotly_local_file_path[] = nothing Plots.use_local_dependencies[] = temp