We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede0c54 commit 0653ae9Copy full SHA for 0653ae9
testing/test_remote.py
@@ -267,7 +267,7 @@ def test_func4(): pass
267
268
worker.sendcommand("steal", indices=[1, 2])
269
ev = worker.popevent("unscheduled")
270
- # Cannot steal index 1 because it is completed already, so do not steal any.
+ # Cannot steal index 1 because it is completed already, so do not steal any.
271
assert ev.kwargs["indices"] == []
272
273
# Index 2 can be stolen, as it is still pending.
0 commit comments