Skip to content

Commit a5fffe7

Browse files
committed
Fix test naming 2 test classes (were not being run on CI)
1 parent 885cf2e commit a5fffe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/com/fasterxml/jackson/databind/deser/builder/BuilderErrorHandling.java renamed to src/test/java/com/fasterxml/jackson/databind/deser/builder/BuilderErrorHandlingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import static com.fasterxml.jackson.databind.testutil.DatabindTestUtil.*;
1515

16-
public class BuilderErrorHandling
16+
public class BuilderErrorHandlingTest
1717
{
1818
@JsonDeserialize(builder=SimpleBuilderXY.class)
1919
static class ValueClassXY

src/test/java/com/fasterxml/jackson/databind/deser/creators/JsonCreatorModeForEnum3566.java renamed to src/test/java/com/fasterxml/jackson/databind/deser/creators/JsonCreatorModeForEnum3566Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* [databind#3566]: `Enum` with `JsonFormat.Shape.OBJECT` fails to deserialize using `JsonCreator.Mode.DELEGATING` ONLY
1515
* when also has `JsonCreator.Mode.PROPERTIES` (while with Pojo does not).
1616
*/
17-
public class JsonCreatorModeForEnum3566
17+
public class JsonCreatorModeForEnum3566Test
1818
{
1919

2020
/*

0 commit comments

Comments
 (0)