Skip to content

Commit

Permalink
Move #2461 test from "tofix" to its proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 3, 2024
1 parent cca7f9b commit f562772
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package com.fasterxml.jackson.databind.tofix;
package com.fasterxml.jackson.databind.struct;

import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.annotation.JsonUnwrapped;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.testutil.DatabindTestUtil;
import com.fasterxml.jackson.databind.testutil.failure.JacksonTestFailureExpected;

import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down

0 comments on commit f562772

Please sign in to comment.