Skip to content

Commit

Permalink
Improve format
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 10, 2023
1 parent 1b67a9e commit 01fc164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ spring:
And we can test it like this:
Application errors:
#### Application errors:
```kotlin
@Test
fun `send to DLQ rejected messages`() {
Expand All @@ -398,7 +398,7 @@ fun `send to DLQ rejected messages`() {
}
```

Message deserialization errors:
#### Message deserialization errors:
```kotlin
@ParameterizedTest
@ValueSource(strings = [
Expand Down

0 comments on commit 01fc164

Please sign in to comment.