From 6c8e14f23bc3e4bb3068bed3e7882232a83f2a17 Mon Sep 17 00:00:00 2001 From: Nikita Kodenko Date: Sat, 18 Apr 2020 22:52:03 +0700 Subject: [PATCH] tests: test_directories Fixed test_directories test in tests/func/test_diff.py --- tests/func/test_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/func/test_diff.py b/tests/func/test_diff.py index 918f5ba40e..4c3a660ddf 100644 --- a/tests/func/test_diff.py +++ b/tests/func/test_diff.py @@ -112,7 +112,7 @@ def test_directories(tmp_dir, scm, dvc): (tmp_dir / "dir" / "2").unlink() dvc.add("dir") - scm.add("dir.dvc") + scm.add(["dir.dvc"]) scm.commit("delete a file") # The ":/" format is a way to specify revisions by commit message: