Skip to content

Commit 4ab436d

Browse files
committed
Update test_worker.py
1 parent 9186e76 commit 4ab436d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_serverless/test_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def mock_is_alive():
495495
else:
496496
mock_get_job.return_value = None
497497

498-
return bool(mock_run_job.call_count > 5)
498+
return bool(mock_run_job.call_count < 5)
499499

500500
# Define the mock behaviors
501501
mock_run_job.return_value = {"result": "odd"}

0 commit comments

Comments
 (0)