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 57aa877 commit e08cb0bCopy full SHA for e08cb0b
libs/labelbox/tests/integration/test_external_workforce.py
@@ -12,7 +12,7 @@ def test_add_external_workforce(project: Project):
12
13
14
def test_get_external_workforces(project: Project):
15
- external_workforces = project.external_workforces()
+ external_workforces = project.get_external_workforces()
16
assert len(external_workforces) == 1
17
assert isinstance(external_workforces[0], ExternalWorkforce)
18
0 commit comments