Skip to content

Commit e54e61a

Browse files
committed
test refactoring
1 parent 0681075 commit e54e61a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

afterburner/src/test/java/tools/jackson/module/afterburner/tofix/AfterburnerGenericInterface314Test.java renamed to afterburner/src/test/java/tools/jackson/module/afterburner/ser/AfterburnerGenericInterface314Test.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
package tools.jackson.module.afterburner.tofix;
1+
package tools.jackson.module.afterburner.ser;
22

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

55
import tools.jackson.databind.ObjectMapper;
66
import tools.jackson.module.afterburner.AfterburnerTestBase;
7-
import tools.jackson.module.afterburner.testutil.failure.JacksonTestFailureExpected;
87

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

@@ -29,7 +28,6 @@ public String getBody() {
2928
}
3029
}
3130

32-
//@JacksonTestFailureExpected
3331
@Test
3432
public void testMapperAfterUse() throws Exception
3533
{

0 commit comments

Comments
 (0)