Skip to content

Commit

Permalink
Remove silly copy-paste comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nablabits committed Sep 11, 2024
1 parent 28be3be commit 7d1d5b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/func/experiments/test_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ def test_run_celery(tmp_dir, scm, dvc, exp_stage, mocker):
def test_run_celery_queues_two_jobs_each_one_with_cleaning_flag(
tmp_dir, scm, dvc, exp_stage, mocker
):
# This is one of the tests we need to update
dvc.experiments.run(exp_stage.addressing, params=["foo=2"], queue=True)
dvc.experiments.run(exp_stage.addressing, params=["foo=3"], queue=True)
assert len(dvc.experiments.stash_revs) == 2
Expand Down

0 comments on commit 7d1d5b7

Please sign in to comment.