Skip to content

Commit 574d44d

Browse files
committed
Test renaming to follow existing naming pattern
1 parent 0102c4d commit 574d44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/struct/ShapeArrayWithAnyGetter4961Test.java renamed to src/test/java/com/fasterxml/jackson/databind/struct/POJOAsArrayWithAnyGetter4961Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import static org.junit.jupiter.api.Assertions.assertEquals;
1313

1414
// [databind#4961] Serialization for `JsonFormat.Shape.ARRAY` does not work when there is `@JsonAnyGetter`
15-
public class ShapeArrayWithAnyGetter4961Test
15+
public class POJOAsArrayWithAnyGetter4961Test
1616
extends DatabindTestUtil
1717
{
1818

0 commit comments

Comments
 (0)