We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c792f commit dfce27dCopy full SHA for dfce27d
avro/src/test/java/com/fasterxml/jackson/dataformat/avro/failing/POJOEvolution164Test.java
@@ -13,7 +13,7 @@ static class MyClass {
13
14
private final AvroMapper MAPPER = getMapper();
15
16
- public void testBase() throws Exception
+ public void testSimpleFieldRemove() throws Exception
17
{
18
final String WRITER_SCHEMA_SRC = "{\n" +
19
" \"type\": \"record\",\n" +
0 commit comments