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 a350cd5 commit b563c35Copy full SHA for b563c35
tests/test_connections.py
@@ -421,8 +421,8 @@ def test_complex_group_split():
421
}]
422
assert user.maybe_split_groups(10) is True
423
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']
+ assert len([c for c in user.commands if 'group' in c['add']]) == 3
+ assert GroupTypes.group.name not in user.commands[3]['add']
426
427
428
def test_split_remove_all():
0 commit comments