Skip to content

Commit

Permalink
tests: import: check that dvcfs is using main repo's cache (#9417)
Browse files Browse the repository at this point in the history
Followup for #9415
  • Loading branch information
efiop authored May 7, 2023
1 parent 967dd5e commit 6b6084a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/func/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_import(tmp_dir, scm, dvc, erepo_dir):
"url": os.fspath(erepo_dir),
"rev_lock": erepo_dir.scm.get_rev(),
}
assert stage.deps[0].fs.repo.cache.local.path == dvc.cache.local.path


@pytest.mark.parametrize("src_is_dvc", [True, False])
Expand Down

0 comments on commit 6b6084a

Please sign in to comment.