Skip to content

Commit

Permalink
Fix test naming 2 test classes (were not being run on CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 14, 2024
1 parent 885cf2e commit a5fffe7
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 @@ -13,7 +13,7 @@

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

public class BuilderErrorHandling
public class BuilderErrorHandlingTest
{
@JsonDeserialize(builder=SimpleBuilderXY.class)
static class ValueClassXY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* [databind#3566]: `Enum` with `JsonFormat.Shape.OBJECT` fails to deserialize using `JsonCreator.Mode.DELEGATING` ONLY
* when also has `JsonCreator.Mode.PROPERTIES` (while with Pojo does not).
*/
public class JsonCreatorModeForEnum3566
public class JsonCreatorModeForEnum3566Test
{

/*
Expand Down

0 comments on commit a5fffe7

Please sign in to comment.