Skip to content

Commit 85f648a

Browse files
fix typo
1 parent 0057357 commit 85f648a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hudi-common/src/test/java/org/apache/hudi/common/schema/TestHoodieSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void testSchemaCreationFromAvroSchema() {
7373

7474
@Test
7575
public void testSchemaCreationWithNullAvroSchema() {
76-
assertNull(HoodieSchema.fromAvroSchema(null))ct;
76+
assertNull(HoodieSchema.fromAvroSchema(null));
7777
}
7878

7979
@Test

0 commit comments

Comments
 (0)