Skip to content

Commit

Permalink
Fix spy example for the publisher (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Feb 6, 2024
1 parent c9c2a70 commit d3e1e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ await myConsumer.handlerSpy.waitForMessage({

await myPublisher.handlerSpy.waitForMessage({
userId: 1
}, 'consumed')
}, 'published')
```
You can also check details of the message processing outcome:
Expand Down

0 comments on commit d3e1e58

Please sign in to comment.