Skip to content

Commit 3dfa96d

Browse files
author
Kevin Kim
committed
gs
1 parent 22bc921 commit 3dfa96d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ def create_label():
335335
upload_task = LabelImport.create_from_objects(
336336
client, project.uid, f'label-import-{uuid.uuid4()}', predictions)
337337
upload_task.wait_until_done(sleep_time_seconds=5)
338-
assert (upload_task.state == AnnotationImportState.FINISHED)
338+
breakpoint
339+
assert upload_task.state == AnnotationImportState.FINISHED
339340

340341
project.create_label = create_label
341342
project.create_label()

0 commit comments

Comments
 (0)