Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 11, 2024
1 parent 3b41598 commit f133ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/yjs/tests/test_ydocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def assert_with_timeout(func, timeout=100):
async def test_ydrive():
tmp_dirname = "tmpdir_test_ydrive"
try:
tmp_dir = Path(tmp_dirname)
tmp_dir = Path(tmp_dirname).resolve()
if tmp_dir.exists():
shutil.rmtree(tmp_dirname)
tmp_dir.mkdir()
Expand Down

0 comments on commit f133ffd

Please sign in to comment.