Skip to content

Commit

Permalink
Merge pull request #3068 from pared/2896_dependency
Browse files Browse the repository at this point in the history
dependency: test: migrate to dir helpers
  • Loading branch information
efiop authored Jan 6, 2020
2 parents e5ac017 + c2b3921 commit 9f0f1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/func/test_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def _get_dep(dvc, path):


@pytest.mark.parametrize("url,scheme", TESTS)
def test_scheme(dvc_repo, url, scheme):
assert type(_get_dep(dvc_repo, url)) == DEP_MAP[scheme]
def test_scheme(dvc, url, scheme):
assert type(_get_dep(dvc, url)) == DEP_MAP[scheme]

0 comments on commit 9f0f1c4

Please sign in to comment.