Skip to content

Commit

Permalink
Move test for #2846 under regular section, not failing any more
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 6, 2020
1 parent 1a59180 commit 3e964e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.fasterxml.jackson.failing;
package com.fasterxml.jackson.databind.deser.jdk;

import java.util.Map;

import com.fasterxml.jackson.core.type.TypeReference;

import com.fasterxml.jackson.databind.*;

public class GenericTypeDeserialization2846Test extends BaseMapTest
public class MapRawWithGeneric2846Test extends BaseMapTest
{
@SuppressWarnings("rawtypes")
static class GenericEntity<T> {
Expand Down

0 comments on commit 3e964e2

Please sign in to comment.