Skip to content

Commit

Permalink
test: update: use dvc_repo fixture
Browse files Browse the repository at this point in the history
To fix test failure.
  • Loading branch information
efiop committed Nov 19, 2019
1 parent 7fae34e commit 404620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/command/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from dvc.command.update import CmdUpdate


def test_update(mocker):
def test_update(dvc_repo, mocker):
targets = ["target1", "target2", "target3"]
cli_args = parse_args(["update"] + targets)
assert cli_args.func == CmdUpdate
Expand Down

0 comments on commit 404620e

Please sign in to comment.