Skip to content

Commit

Permalink
Remove dup test class
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 20, 2024
1 parent f91f0a3 commit 8976fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

import java.util.Map;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.KeyDeserializer;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.json.JsonMapper;
import com.fasterxml.jackson.databind.module.SimpleModule;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

// [databind#4680] Custom key deserialiser registered for `Object.class` is ignored on nested JSON
public class CustomKeyDeserializer4680Test
{

// [databind#4680]
@Test
void customKeyDeserializerShouldBeUsedWhenTypeNotDefined() throws Exception {
// GIVEN
Expand Down

This file was deleted.

0 comments on commit 8976fef

Please sign in to comment.