Skip to content

Commit

Permalink
fix quality violations
Browse files Browse the repository at this point in the history
  • Loading branch information
uchitsa committed Dec 11, 2024
1 parent 46c3280 commit b0d23a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ void cannotReadJsonAsObjectIfNotOne() throws IOException {
final JacksonResponse response = new FakeRequest()
.withBody(body).fetch().as(JacksonResponse.class);
MatcherAssert.assertThat(
"should contains error 'Cannot read as an object. The JSON is not a valid object.",
Assertions.assertThrows(
IOException.class,
new Executable() {
Expand Down

0 comments on commit b0d23a7

Please sign in to comment.