diff --git a/tests/unit/command/test_update.py b/tests/unit/command/test_update.py index bd741c825a..c44def6fa6 100644 --- a/tests/unit/command/test_update.py +++ b/tests/unit/command/test_update.py @@ -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