Skip to content

Commit 1e1e3d1

Browse files
committed
fix error
1 parent bf19c47 commit 1e1e3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_check_compatible(self):
8787

8888
def test_subgroup_composition(self):
8989
g = Group(154)
90-
comps = g.get_subgroup_composition([2, 0], g_types=["t", "k"])
90+
comps = g.get_subgroup_composition([[2], [0]], g_types=["t", "k"])
9191
assert comps[0] == (5, [[2, 0], [0, 0, 0]])
9292
assert comps[1] == (145, [[0], [0, 0]])
9393
assert comps[2] == (152, [[0], [0, 0]])

0 commit comments

Comments
 (0)