Skip to content

Commit

Permalink
Move fixed test out of "tofix" package
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 9, 2024
1 parent 2193138 commit cc05d34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.databind.tofix;
package com.fasterxml.jackson.databind.records;

import org.junit.jupiter.api.Test;

Expand All @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.testutil.DatabindTestUtil;

// [databind#4724] Deserialization behavior change with Java Records, JsonCreator and JsonValue between 2.17.2 => 2.18.0
public class RecordJsonCreatorAndJsonValue4724Test
public class RecordCreatorWithJsonValue4724Test
extends DatabindTestUtil
{
public record Something(String value) {
Expand Down

0 comments on commit cc05d34

Please sign in to comment.