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 {
74
74
}
75
75
76
76
@ Test
77
- public void subclasses_of_concrete_class_test () throws IOException {
77
+ public void jsonSubTypes_on_concrete_class_test () throws IOException {
78
78
// GIVEN
79
79
final Schema fruitItselfSchema = MAPPER .schemaFrom (FRUIT_ITSELF_SCHEMA_STR ).getAvroSchema ();
80
80
final Schema appleSchema = MAPPER .schemaFor (Apple .class ).getAvroSchema ();
@@ -131,7 +131,7 @@ private static class Submarine extends AbstractWaterVehicle {
131
131
}
132
132
133
133
@ Test
134
- public void subclasses_of_subclasses_test () throws IOException {
134
+ public void jsonSubTypes_of_jsonSubTypes_test () throws IOException {
135
135
// GIVEN
136
136
final Schema vehicleItselfSchema = MAPPER .schemaFrom (VEHICLE_ITSELF_SCHEMA_STR ).getAvroSchema ();
137
137
final Schema landVehicleItselfSchema = MAPPER .schemaFrom (LAND_VEHICLE_ITSELF_SCHEMA_STR ).getAvroSchema ();
You can’t perform that action at this time.
0 commit comments