Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Jan 14, 2025
1 parent 44eaebf commit ed44d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/db/jobs/test_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def test_missing_running_runner_doc(
):
from jobflow_remote.jobs.daemon import DaemonStatus

# remote the running_runner document
# remove the running_runner document
assert (
job_controller.auxiliary.delete_one(
{"running_runner": {"$exists": True}}
Expand All @@ -310,7 +310,7 @@ def test_missing_running_runner_doc(
assert daemon_manager.start(raise_on_error=True, single=False)
wait_daemon_started(daemon_manager)

# remote the running_runner document
# remove the running_runner document
assert (
job_controller.auxiliary.delete_one(
{"running_runner": {"$exists": True}}
Expand Down

0 comments on commit ed44d30

Please sign in to comment.