Skip to content

Commit efa627c

Browse files
committed
[fix] wrong test directory
1 parent f9fd7d9 commit efa627c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_i2v/test_pretrained.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def test_pretrained_i2v(tmp_path):
1414
d = tmp_path / "model"
1515
d.mkdir()
1616

17-
get_pretrained_i2v("test", tmp_path)
17+
get_pretrained_i2v("test", d)
1818

1919
with pytest.raises(KeyError):
2020
get_pretrained_i2v("error")
2121

22-
get_pretrained_i2v("test", tmp_path)
22+
get_pretrained_i2v("test", d)

0 commit comments

Comments
 (0)