Skip to content

Commit f133ffd

Browse files
committed
-
1 parent 3b41598 commit f133ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/yjs/tests/test_ydocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def assert_with_timeout(func, timeout=100):
3636
async def test_ydrive():
3737
tmp_dirname = "tmpdir_test_ydrive"
3838
try:
39-
tmp_dir = Path(tmp_dirname)
39+
tmp_dir = Path(tmp_dirname).resolve()
4040
if tmp_dir.exists():
4141
shutil.rmtree(tmp_dirname)
4242
tmp_dir.mkdir()

0 commit comments

Comments
 (0)