Skip to content

Commit

Permalink
test: fix windows separate drive test
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Feb 13, 2020
1 parent 7356c1d commit a07812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func/test_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def temporary_windows_drive(tmp_path_factory):
def test_windows_should_add_when_cache_on_different_drive(
tmp_dir, dvc, temporary_windows_drive
):
dvc.config.set("cache", "dir", temporary_windows_drive)
dvc.config["cache"]["dir"] = temporary_windows_drive
dvc.cache = Cache(dvc)

(stage,) = tmp_dir.dvc_gen({"file": "file"})
Expand Down

0 comments on commit a07812b

Please sign in to comment.