File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
avro/src/test/java/com/fasterxml/jackson/dataformat/avro/schema Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ private static class Pear extends Fruit {
7474 }
7575
7676 @ Test
77- public void subclasses_of_concrete_class_test () throws IOException {
77+ public void jsonSubTypes_on_concrete_class_test () throws IOException {
7878 // GIVEN
7979 final Schema fruitItselfSchema = MAPPER .schemaFrom (FRUIT_ITSELF_SCHEMA_STR ).getAvroSchema ();
8080 final Schema appleSchema = MAPPER .schemaFor (Apple .class ).getAvroSchema ();
@@ -131,7 +131,7 @@ private static class Submarine extends AbstractWaterVehicle {
131131 }
132132
133133 @ Test
134- public void subclasses_of_subclasses_test () throws IOException {
134+ public void jsonSubTypes_of_jsonSubTypes_test () throws IOException {
135135 // GIVEN
136136 final Schema vehicleItselfSchema = MAPPER .schemaFrom (VEHICLE_ITSELF_SCHEMA_STR ).getAvroSchema ();
137137 final Schema landVehicleItselfSchema = MAPPER .schemaFrom (LAND_VEHICLE_ITSELF_SCHEMA_STR ).getAvroSchema ();
You can’t perform that action at this time.
0 commit comments