Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Oct 6, 2022
1 parent d1ce804 commit bc83c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/Manifest.toml
test/flame.html
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc83c43

Please sign in to comment.