Skip to content

Commit

Permalink
Merge pull request NicolasLM#37 from 0xDEC0DE/issue/35
Browse files Browse the repository at this point in the history
fix: correct a busted test setup
  • Loading branch information
bigjools authored Feb 28, 2024
2 parents 7d9d430 + f7261f2 commit b236f46
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 b236f46

Please sign in to comment.