Skip to content

Commit 5e6ad7c

Browse files
committed
Move a test to test item framework
1 parent a2ca5ee commit 5e6ad7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_spec.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
@test haskey(Vega.getparams(p5)["data"], "url")
8686
end
8787

88-
@testset "Array tooltip data" begin
88+
@testitem "Array tooltip data" begin
89+
using VegaDatasets
90+
8991
p10 = dataset("cars")|> @vlplot(:point,x=:Horsepower,y=:Miles_per_Gallon,tooltip=[:Horsepower,"Miles_per_Gallon:q"])
9092
@test isa(p10.encoding.tooltip, Vector)
9193
end

0 commit comments

Comments
 (0)