Skip to content

Commit cc05d34

Browse files
committed
Move fixed test out of "tofix" package
1 parent 2193138 commit cc05d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test-jdk17/java/com/fasterxml/jackson/databind/tofix/RecordJsonCreatorAndJsonValue4724Test.java renamed to src/test-jdk17/java/com/fasterxml/jackson/databind/records/RecordCreatorWithJsonValue4724Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.databind.tofix;
1+
package com.fasterxml.jackson.databind.records;
22

33
import org.junit.jupiter.api.Test;
44

@@ -7,7 +7,7 @@
77
import com.fasterxml.jackson.databind.testutil.DatabindTestUtil;
88

99
// [databind#4724] Deserialization behavior change with Java Records, JsonCreator and JsonValue between 2.17.2 => 2.18.0
10-
public class RecordJsonCreatorAndJsonValue4724Test
10+
public class RecordCreatorWithJsonValue4724Test
1111
extends DatabindTestUtil
1212
{
1313
public record Something(String value) {

0 commit comments

Comments
 (0)