Skip to content

Commit

Permalink
remove symlink file at end of test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpy-git committed Jan 7, 2022
1 parent 637a3e6 commit d609474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,4 @@ async def test_readlink():
await aiofiles.os.symlink(src_filename, dst_filename)
symlinked_path = await aiofiles.os.readlink(dst_filename)
assert src_filename == symlinked_path
await aiofiles.os.remove(dst_filename)

0 comments on commit d609474

Please sign in to comment.