Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Jan 30, 2024
1 parent d644ba0 commit ed454da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-5-write-async-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ messages produced by Microcks are correctly received and processed on the applic

The important things to get in this test are:
* We're waiting at most 4 seconds here because the default publication frequency of Microcks mocks is 3 seconds (this can be configured as you want of course),
* Within each polling iteration, we're checking for the order with id `123-456-789` because this are the values defined within the `order-events-asyncapi.yaml` AsyncAPI contract examples
* Within each polling iteration, we're checking for the order with id `123-456-789` because these are the values defined within the `order-events-asyncapi.yaml` AsyncAPI contract examples
* If we retrieve this order and get the correct information from the service, it means that is has been received and correctly processed!
* If no message is found before the end of 4 seconds, the loop exits with a `ConditionTimeoutException` and we mark our test as failed.

Expand Down

0 comments on commit ed454da

Please sign in to comment.