Skip to content

Commit

Permalink
fix: correct a busted test setup
Browse files Browse the repository at this point in the history
This was throwing warnings unrelated to the code under test, which
was annoying.  Fix it.

Fixes: Issue NicolasLM#35
  • Loading branch information
nisimond committed Feb 28, 2024
1 parent 7d9d430 commit f7261f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def test_worker_signals(job):


def test_can_accept_job(workers, job):
job, _ = job
assert workers.available_slots == 2

workers.submit_job(job)
Expand Down

0 comments on commit f7261f2

Please sign in to comment.