Skip to content

Commit 1195b2c

Browse files
committed
update expected behavior
1 parent 81d74fa commit 1195b2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/storage_clients/test_file_system.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ async def test_pre_existing_input_used_by_actor(tmp_path: Path, input_file_name:
7979

8080
async with Actor():
8181
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

Comments
 (0)