Skip to content

Commit

Permalink
Fix description of focused areas
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 Feb 1, 2024
1 parent 6eea4b1 commit 3a0a5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-5-write-async-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Testing of asynchronous or event-driven system is usually a pain for developers

## First Test - Verify our OrderService is publishing events

In this section, we'll focus on testing the `Event Publisher` component of our application:
In this section, we'll focus on testing the `Ooder Service` + `Event Publisher` components of our application:

![Event Publisher Test](./assets/test-order-event-publisher.png)

Expand Down Expand Up @@ -115,7 +115,7 @@ configuration and network communication are actually correct!

## Second Test - Verify our OrderEventListener is processing events

In this section, we'll focus on testing the `Event Consumer` component of our application:
In this section, we'll focus on testing the `Event Consumer` + `Order Service` components of our application:

![Event Publisher Test](./assets/test-order-event-consumer.png)

Expand Down

0 comments on commit 3a0a5d9

Please sign in to comment.