Skip to content

Commit a46db71

Browse files
committed
Fixed test
1 parent 2e33da5 commit a46db71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_update_with_exception_name(self):
164164
group = self.group
165165
group.name = ""
166166

167-
with pytest.raises(UnprocessableEntityError):
167+
with pytest.raises(ValueError):
168168
group.update()
169169

170170
def test_update_with_exception_id(self):

0 commit comments

Comments
 (0)