Skip to content

Commit

Permalink
oops fix worker.start
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMonko committed Jan 7, 2025
1 parent 72bf1b2 commit be026e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_ndev/_tests/widgets/test_workflow_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_batch_workflow_threaded(tmp_path, qtbot):
worker = container._batch_workflow_threaded()

with qtbot.waitSignal(worker.finished, timeout=10000):
pass
worker.start()

assert output_folder.exists()
assert (output_folder / 'cells3d2ch.tiff').exists()
Expand Down

0 comments on commit be026e7

Please sign in to comment.