Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Nov 10, 2024
1 parent dd26462 commit a185638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Wiremock.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ class UserTests {
}
```

### 5. Manage Multiple Singleton Mocks
### 7. Manage Multiple Singleton Mocks

When your application interacts with multiple services, organize related mocks together:

Expand Down Expand Up @@ -524,7 +524,7 @@ class IntegrationTests {
}
```

### 6. Verify Unmatched Requests
### 8. Verify Unmatched Requests
Always verify there are no unmatched requests after each test to:

Detect missing or incorrectly configured stubs
Expand Down

0 comments on commit a185638

Please sign in to comment.