We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf3251 commit 49be0baCopy full SHA for 49be0ba
GLMakie/test/runtests.jl
@@ -42,7 +42,7 @@ GLMakie.activate!(framerate = 1.0, scalefactor = 1.0)
42
f, a, p = scatter(rand(10))
43
colorbuffer(f)
44
@test length(p.attributes.inputs) == 42
45
- @test length(p.attributes.outputs) == 82
+ @test length(p.attributes.outputs) == 87
46
end
47
48
@testset "Reference Tests" begin
0 commit comments