Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum authored and dberenbaum committed Apr 16, 2024
1 parent c467873 commit c52a25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/command/test_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def test_add(mocker, dvc):
to_remote=False,
remote_jobs=None,
force=False,
relink=True,
)


Expand All @@ -45,6 +46,7 @@ def test_add_to_remote(mocker, dvc):
to_remote=True,
remote_jobs=None,
force=False,
relink=True,
)


Expand Down

0 comments on commit c52a25e

Please sign in to comment.