Skip to content

Commit b563c35

Browse files
authored
Update test_connections.py
1 parent a350cd5 commit b563c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ def test_complex_group_split():
421421
}]
422422
assert user.maybe_split_groups(10) is True
423423
assert len(user.commands) == 15
424-
assert len([c for c in user.commands if 'product' in c['add']]) == 3
425-
assert GroupTypes.product.name not in user.commands[3]['add']
424+
assert len([c for c in user.commands if 'group' in c['add']]) == 3
425+
assert GroupTypes.group.name not in user.commands[3]['add']
426426

427427

428428
def test_split_remove_all():

0 commit comments

Comments
 (0)