Skip to content

Commit 224b0fc

Browse files
authored
tests: test_directories (#3649)
Fixed test_directories test in tests/func/test_diff.py
1 parent 14b213a commit 224b0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_directories(tmp_dir, scm, dvc):
112112

113113
(tmp_dir / "dir" / "2").unlink()
114114
dvc.add("dir")
115-
scm.add("dir.dvc")
115+
scm.add(["dir.dvc"])
116116
scm.commit("delete a file")
117117

118118
# The ":/<text>" format is a way to specify revisions by commit message:

0 commit comments

Comments
 (0)