Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Czajka committed Jan 21, 2025
1 parent e39cda6 commit c96203c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class BaseKafkaJsonSchemalessItSpec extends FlinkWithKafkaSuite {
}
}

def shouldRoundTripPlainMessageWithoutProvidedSchema() {
def shouldRoundTripPlainMessageWithoutProvidedSchema(): Unit = {
val inputTopic = "input-topic-without-schema-plain"
val outputTopic = "output-topic-without-schema-plain"

Expand Down

0 comments on commit c96203c

Please sign in to comment.