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 81d74fa commit 1195b2cCopy full SHA for 1195b2c
tests/unit/storage_clients/test_file_system.py
@@ -79,3 +79,6 @@ async def test_pre_existing_input_used_by_actor(tmp_path: Path, input_file_name:
79
80
async with Actor():
81
assert pre_existing_input == await Actor.get_input()
82
+
83
+ # Make sure that the input file doesn't get renamed in the process
84
+ assert (path_to_input / input_file_name).exists()
0 commit comments