We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa8b5 commit 1be2bafCopy full SHA for 1be2baf
src/test/java/com/michelin/ns4kafka/service/SchemaServiceTest.java
@@ -673,8 +673,7 @@ void shouldExtractRecordNameFromUnion() {
673
Namespace namespace = buildNamespace();
674
Schema schema = Schema.builder()
675
.spec(Schema.SchemaSpec.builder()
676
- .schema(
677
- """
+ .schema("""
678
{
679
"type": "record",
680
"namespace": "com.michelin.kafka.avro",
0 commit comments