Skip to content

Commit

Permalink
minor test refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 25, 2016
1 parent a4d6fd1 commit 878bdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import com.fasterxml.jackson.databind.deser.std.StdDeserializer;

@SuppressWarnings("serial")
public class TestMapDeserialization
public class MapDeserializationTest
extends BaseMapTest
{
static enum Key {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.*;

public class KeyDeser1429Test extends BaseMapTest
public class MapKeyDeserializationTest extends BaseMapTest
{
static class FullName {
private String _firstname, _lastname;
Expand Down

0 comments on commit 878bdc8

Please sign in to comment.