Skip to content

Commit 76b027a

Browse files
authored
bugfix: flaky tests in EnumDefaultReadTest and EnumAsFormatObject4564Test (#5359)
1 parent eac3cd7 commit 76b027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/tools/jackson/databind/deser/enums/EnumDefaultReadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package tools.jackson.databind.deser.enums;
22

33
import java.io.IOException;
4+
import java.util.EnumSet;
45

56
import org.junit.jupiter.api.Test;
67

@@ -82,7 +83,6 @@ enum MixinOverloadedDefault {
8283
B,
8384
// Let's leave one un-annotated:
8485
C,
85-
@JsonEnumDefaultValue
8686
Z;
8787
}
8888

0 commit comments

Comments
 (0)