Skip to content

Commit

Permalink
AVRO-3677: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed May 1, 2024
1 parent 2b8269b commit 97f280b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/themes/docsy
Submodule docsy updated 271 files
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void validateSupportForInlineJsonFormat() {

@Test
void checkThatJsonHasNoExtraVariant() {
Schema schema = Schema.createFixed("ns.Fixed", null, null, 16);
assertThrows(AvroRuntimeException.class, () -> SchemaFormatter.getInstance("json/extra"));
}

Expand Down

0 comments on commit 97f280b

Please sign in to comment.