Skip to content

Commit

Permalink
Upgrade to Camel 3.18.0 - Fixed Java tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jul 13, 2022
1 parent 12b4aee commit bb8b9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void shouldAddFieldToArrayJson() throws Exception {
processor.process(exchange);

Assertions.assertEquals(exchange.getMessage().getBody(String.class),
"[\"batman\",\"spiderman\",\"wonderwoman\",\"green lantern\"]");
"[ \"batman\", \"spiderman\", \"wonderwoman\", \"green lantern\" ]");
}

@Test
Expand Down

0 comments on commit bb8b9eb

Please sign in to comment.