Skip to content

Commit

Permalink
fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jul 28, 2022
1 parent fedc61d commit a5b31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/test/test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ def my_task(self):
)
)
sleep(0.2)
# hearbeat received from two workers so they are active, for fake_client3 HEARTBEAT_DEAD_INTERNAL has been breached, so it will be removed from worker list
# heartbeat received from two workers so they are active, for fake_client3 HEARTBEAT_DEAD_INTERNAL has been breached, so it will be removed from worker list
self.assertEqual(0, len(master.clients.missing))
self.assertEqual(2, master.worker_count)
master.stop()
Expand Down

0 comments on commit a5b31f6

Please sign in to comment.