Skip to content

Commit

Permalink
output: tests: migrate to dir helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Jan 8, 2020
1 parent 2966924 commit f074d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/func/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def _get_out(dvc, path):


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

0 comments on commit f074d00

Please sign in to comment.