Skip to content

Commit

Permalink
fixed test_experiments to add keep_selected=False to remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmic committed Nov 23, 2024
1 parent 39559cc commit 45be9d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/command/test_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def test_experiments_remove_flag(dvc, scm, mocker, capsys, caplog):
num=2,
queue=False,
git_remote="myremote",
keep_selected=False
)


Expand All @@ -410,6 +411,7 @@ def test_experiments_remove_special(dvc, scm, mocker, capsys, caplog):
num=1,
queue=False,
git_remote="myremote",
keep_selected=False
)


Expand Down

0 comments on commit 45be9d9

Please sign in to comment.