Skip to content

Commit 9d38f92

Browse files
authored
Update distributed/tests/test_worker_state_machine.py
1 parent 550b1bd commit 9d38f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/tests/test_worker_state_machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ async def test_fetch_to_missing_on_refresh_who_has(c, s, w1, w2, w3):
638638
# {op: refresh-who-has, who_has={x: [w1.address], y: [w1.address]}}
639639

640640
# Let's instead simulate that, while request-refresh-who-has was in transit,
641-
# w2 gained a replica of y and then subsequently w1 closed down.
641+
# w2 gained a replica of y and w1 closed down.
642642
# When request-refresh-who-has lands, the scheduler will respond:
643643
# {op: refresh-who-has, who_has={x: [], y: [w2.address]}}
644644
w3.handle_stimulus(

0 commit comments

Comments
 (0)