Skip to content

Commit

Permalink
add serialize json
Browse files Browse the repository at this point in the history
  • Loading branch information
RizkiMufrizal committed Feb 28, 2024
1 parent f773303 commit 1a4006c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ void testToString() throws JsonProcessingException {
String mapToJsonString = this.convert.toString(stringObjectMap);
assertNotNull(mapToJsonString);
assertFalse(mapToJsonString.isEmpty());
assertEquals(mapToJsonString, "{\"Message\":\"Success Message\",\"Sucess\":true}");
}

@Test
Expand Down

0 comments on commit 1a4006c

Please sign in to comment.