Skip to content

Commit

Permalink
Merge pull request #2165 from aathan/patch-1
Browse files Browse the repository at this point in the history
Example had inconsistent labeling
  • Loading branch information
cyberw authored Aug 20, 2022
2 parents 15bb045 + fd5a255 commit 3acfad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ order to coordinate data. This can be easily accomplished with custom messages u
@events.test_start.add_listener
def on_test_start(environment, **_kwargs):
if not isinstance(environment.runner, MasterRunner):
if not isinstance(environment.runner, WorkerRunner):
users = [
{"name": "User1"},
{"name": "User2"},
Expand Down

0 comments on commit 3acfad9

Please sign in to comment.