Skip to content

Commit

Permalink
clearer name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmic authored Dec 1, 2024
1 parent 54539d0 commit c2414b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func/experiments/test_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_remove_all_queued_experiments(tmp_dir, scm, dvc, exp_stage):
assert scm.get_ref(str(ref_info)) is not None


def test_remove_all_experiments_queued_and_commits(tmp_dir, scm, dvc, exp_stage):
def test_remove_all_experiments_queued_and_completed(tmp_dir, scm, dvc, exp_stage):
queue_length = 3
for i in range(queue_length):
dvc.experiments.run(
Expand Down

0 comments on commit c2414b8

Please sign in to comment.