Skip to content

Commit eaf9242

Browse files
committed
maybe fix.
1 parent 10a9366 commit eaf9242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_live.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_live_execution_displays_subset_of_table(capsys, tmp_path, n_entries_in_
169169

170170
live_manager.start()
171171
live.update_running_tasks(running_task)
172-
live_manager.stop()
172+
live_manager.stop(transient=False)
173173

174174
captured = capsys.readouterr()
175175
assert "Task" in captured.out

0 commit comments

Comments
 (0)