Skip to content

Commit fe70f27

Browse files
committed
Update test file for #650
1 parent fa318d2 commit fe70f27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/tools/jackson/databind/tofix/UnwrappedWithUnknown650Test.java renamed to src/test/java/tools/jackson/databind/deser/UnwrappedWithUnknown650Test.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tools.jackson.databind.tofix;
1+
package tools.jackson.databind.deser;
22

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

@@ -8,7 +8,6 @@
88
import tools.jackson.databind.exc.UnrecognizedPropertyException;
99
import tools.jackson.databind.json.JsonMapper;
1010
import tools.jackson.databind.testutil.DatabindTestUtil;
11-
import tools.jackson.databind.testutil.failure.JacksonTestFailureExpected;
1211

1312
import static org.junit.jupiter.api.Assertions.fail;
1413

@@ -23,7 +22,6 @@ static class B {
2322
}
2423

2524

26-
@JacksonTestFailureExpected
2725
@Test
2826
void failOnUnknownPropertyUnwrapped() throws Exception {
2927
final ObjectMapper mapper = JsonMapper.builder()

0 commit comments

Comments
 (0)