Skip to content

Commit 55901a1

Browse files
committed
Minor test refactoring
1 parent 1e4017a commit 55901a1

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/schema/SchemaGenerationTest.java renamed to avro/src/test/java/com/fasterxml/jackson/dataformat/avro/schema/AvroSchemaGenerationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import org.apache.avro.Schema;
1414

15-
public class SchemaGenerationTest extends AvroTestBase
15+
public class AvroSchemaGenerationTest extends AvroTestBase
1616
{
1717
public static class RootType
1818
{

0 commit comments

Comments
 (0)