Skip to content

Commit

Permalink
Update CustomDeserializers4225NullCacheTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Jun 22, 2024
1 parent ebe3bcf commit 57b7801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static class Bean4225 {
@Test
public void testGetNullValueIsCached() throws Exception
{
ObjectMapper mapper = objectMapper();
ObjectMapper mapper = newJsonMapper();

// First time deserializing null
verifyGetNullValueInvokedTimes(mapper, 1);
Expand Down

0 comments on commit 57b7801

Please sign in to comment.