Skip to content

Commit e08cb0b

Browse files
committed
Fix typo
1 parent 57aa877 commit e08cb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/tests/integration/test_external_workforce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_add_external_workforce(project: Project):
1212

1313

1414
def test_get_external_workforces(project: Project):
15-
external_workforces = project.external_workforces()
15+
external_workforces = project.get_external_workforces()
1616
assert len(external_workforces) == 1
1717
assert isinstance(external_workforces[0], ExternalWorkforce)
1818

0 commit comments

Comments
 (0)