Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mboutet committed Nov 17, 2020
1 parent fc82425 commit 95172cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def on_user_error(user_instance, exception, tb):
self.environment.events.user_error.add_listener(on_user_error)

def start(self, user_count, spawn_rate, wait=False):
raise NotImplementedError("user start_worker")
raise NotImplementedError("use start_worker")

def start_worker(self, user_class_occurrences: Dict[str, int], **kwargs):
"""
Expand Down

0 comments on commit 95172cf

Please sign in to comment.