Skip to content

Commit 88ace7e

Browse files
committed
Fix typo
1 parent 4766b56 commit 88ace7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modeldownload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_catdownload(tmp_path_factory):
1515
# TODO: just download the lightweight stuff..
1616
import dlclibrary, os
1717

18-
folder = tmp_path_factory.mkdir("cat")
18+
folder = tmp_path_factory.mktemp("cat")
1919
dlclibrary.download_hugginface_model("full_cat", str(folder))
2020

2121
assert os.path.exists(folder / "pose_cfg.yaml")

0 commit comments

Comments
 (0)