Skip to content

Commit

Permalink
Test renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 12, 2020
1 parent b6dbe87 commit 1db376d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.exc.MismatchedInputException;

public class NumericConversionTest extends BaseMapTest
public class CoerceFloatToIntTest extends BaseMapTest
{
private final ObjectMapper MAPPER = sharedMapper();
private final ObjectReader R = MAPPER.reader().without(DeserializationFeature.ACCEPT_FLOAT_AS_INT);
Expand Down

0 comments on commit 1db376d

Please sign in to comment.