Skip to content

Commit 8b8853b

Browse files
committed
fix test
1 parent d618846 commit 8b8853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ end
2020
@test length(repr("text/html", p)) > 1000
2121

2222
PlotlyLight.src!(:local)
23-
@test occursin("deps", repr("text/html", p))
23+
@test occursin("artifacts", repr("text/html", p))
2424
end

0 commit comments

Comments
 (0)