From bc83c434f9696c5db965939ff5891c8296360f2f Mon Sep 17 00:00:00 2001 From: Sebastian Pfitzner Date: Thu, 6 Oct 2022 11:51:59 +0200 Subject: [PATCH] Fix tests --- .gitignore | 1 + test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b067edd..79fa8f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Manifest.toml +test/flame.html \ No newline at end of file diff --git a/test/runtests.jl b/test/runtests.jl index 344536f..215027e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -16,7 +16,7 @@ end @testset "ProfileCanvas.jl" begin trace = @profview profile_test(10) html = sprint(show, "text/html", trace) - @test occursin("const viewer = new ProfileViewer(", html) + @test occursin("const viewer = new ProfileCanvas.ProfileViewer(", html) end @testset "html file" begin