Skip to content

Commit 49be0ba

Browse files
authored
fix sanity check
1 parent ebf3251 commit 49be0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GLMakie/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GLMakie.activate!(framerate = 1.0, scalefactor = 1.0)
4242
f, a, p = scatter(rand(10))
4343
colorbuffer(f)
4444
@test length(p.attributes.inputs) == 42
45-
@test length(p.attributes.outputs) == 82
45+
@test length(p.attributes.outputs) == 87
4646
end
4747

4848
@testset "Reference Tests" begin

0 commit comments

Comments
 (0)