Skip to content

Commit

Permalink
Update JacksonObjectMapperWrapperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Imorate committed Dec 17, 2024
1 parent aaac4a6 commit f40f1f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private static Stream<Arguments> deserializationCases() {
return Stream.of(
Arguments.of(null, null),
Arguments.of("", ""),
Arguments.of(" ", ""),
Arguments.of(testStr, StringUtils.normalizePersian(testStr)),
Arguments.of(dontNeedToNormalizeStr, dontNeedToNormalizeStr)
);
Expand Down

0 comments on commit f40f1f4

Please sign in to comment.