Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
awiodev committed Mar 24, 2019
1 parent 94d1621 commit b2e84c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -324,7 +324,7 @@ class ExampleTest {
}
```
### <a name="clean-traffic"></a>Recorded traffic cleanup
### <a name="clean-traffic"></a>Recorded traffic and rules cleanup
Recorded traffic and rules cleanup for all sessions.
```java
Expand Down Expand Up @@ -524,7 +524,7 @@ class ExampleTest {
}
@Test
void whenResponseModified_thenModificationApplied() throws InterruptedException {
void whenResponseModified_thenModificationApplied() {
String body = "[\"proxy\",[\"Only MoxProxy!\"],[\"https://moxproxy.com\"]]";
Expand Down Expand Up @@ -566,7 +566,7 @@ class ExampleTest {
//...
@Test
void whenBodyRemoved_thenNoResultsReturned() throws InterruptedException {
void whenBodyRemoved_thenNoResultsReturned() {
MoxProxyRule rule = MoxProxyRule.builder()
.withDirection(MoxProxyDirection.RESPONSE)
Expand Down

0 comments on commit b2e84c1

Please sign in to comment.