Skip to content

Commit c710fc6

Browse files
committed
remove test that doesn't actually test anything
1 parent 93d5cd7 commit c710fc6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/runtests.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ using Test
1212
p(Config(x=1:10,y=rand(10)))
1313
@test length(p.data) == 2
1414
end
15-
#-----------------------------------------------------------------------------# issues
16-
@testset "Issue Coverage" begin
17-
# https://github.com/JuliaComputing/PlotlyLight.jl/issues/22
18-
p = Plot()
19-
p.layout.title.text = "👍"
20-
@test occursin("👍", repr("text/html", p))
21-
end
2215
#-----------------------------------------------------------------------------# src
2316
@testset "src" begin
2417
p = Plot(Config(y=1:10))

0 commit comments

Comments
 (0)