Skip to content

Commit f20a038

Browse files
committed
fix(docs): update migration guide logging example to use consistent quotation style
test(exchangestore): uncomment sleep in AbortExchangeTest to restore intended behavior
1 parent 2be6eb5 commit f20a038

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/test/java/com/predic8/membrane/core/exchangestore/AbortExchangeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void doit() throws Exception {
8181
assertExchangeStoreHas(router.getExchangeStore(), 1, 0);
8282

8383
IOUtils.copy(response.getBodyAsStream(), new ByteArrayOutputStream());
84-
// sleep(100);
84+
sleep(100);
8585

8686
assertExchangeStoreHas(router.getExchangeStore(), 1, 1);
8787
}

docs/MIGRATION-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ use:
4747

4848
## 5. Logging
4949

50-
Instead of `<log headerOnly='true'/>` use `<log body='false'/>`.
50+
Instead of `<log headerOnly="true"/>` use `<log body="false"/>`.
5151

5252
## 6. Scripting
5353

0 commit comments

Comments
 (0)