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.
Enum.count
1 parent aa7527c commit d271f61Copy full SHA for d271f61
test/scenic/primitives_test.exs
@@ -86,7 +86,7 @@ defmodule Scenic.PrimitivesTest do
86
|> Graph.get!(:group)
87
88
assert p.module == Scenic.Primitive.Group
89
- assert Enum.count(p.data) == 0
+ assert p.data == []
90
assert p.id == :group
91
end
92
0 commit comments