Skip to content

Commit dfce27d

Browse files
committed
...
1 parent 40c792f commit dfce27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avro/src/test/java/com/fasterxml/jackson/dataformat/avro/failing/POJOEvolution164Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static class MyClass {
1313

1414
private final AvroMapper MAPPER = getMapper();
1515

16-
public void testBase() throws Exception
16+
public void testSimpleFieldRemove() throws Exception
1717
{
1818
final String WRITER_SCHEMA_SRC = "{\n" +
1919
" \"type\": \"record\",\n" +

0 commit comments

Comments
 (0)