Skip to content

Commit 96aba07

Browse files
author
Val Brodsky
committed
Remove assertion that breaks user group tests
1 parent ae79cb6 commit 96aba07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/labelbox/tests/integration/schema/test_user_group.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def test_get_user_groups_with_creation_deletion(client):
167167

168168
user_groups_post_deletion = list(UserGroup(client).get_user_groups())
169169

170-
assert len(user_groups_post_deletion) > 0
171170
assert len(user_groups_post_deletion) == len(user_groups_post_creation) - 1
172171

173172
finally:

0 commit comments

Comments
 (0)