Skip to content

Commit 03de9a1

Browse files
committed
minor test renaming
1 parent 365cee6 commit 03de9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/deser/JsonAnySetterFieldWithCreatorDeser4639Test.java renamed to src/test/java/com/fasterxml/jackson/databind/deser/AnySetterFieldWithCreator4639Test.java

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

1414
// [databind#4639] 2.18.1 : regression when using @JsonAnySetter outside of @JsonCreator
15-
public class JsonAnySetterFieldWithCreatorDeser4639Test
15+
public class AnySetterFieldWithCreator4639Test
1616
extends DatabindTestUtil
1717
{
1818

0 commit comments

Comments
 (0)