Skip to content

Commit 6f9fee5

Browse files
committed
Add missing @Test annotation
1 parent 32a9028 commit 6f9fee5

File tree

1 file changed

+1
-0
lines changed
  • avro/src/test/java/com/fasterxml/jackson/dataformat/avro

1 file changed

+1
-0
lines changed

avro/src/test/java/com/fasterxml/jackson/dataformat/avro/EnumTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public void test_avroSchemaWithString_fromStringValueToEnumValue() throws Except
151151
}
152152

153153
// [dataformats-binary#388]: Default value for enums with class
154+
@Test
154155
public void testClassEnumWithDefault() throws Exception
155156
{
156157
AvroSchemaGenerator gen = new AvroSchemaGenerator();

0 commit comments

Comments
 (0)