Skip to content

Commit 202f6b3

Browse files
authored
Fixing a testing class name in the documentation (#3702)
1 parent 6056fe2 commit 202f6b3

File tree

1 file changed

+1
-1
lines changed
  • spring-kafka-docs/src/main/antora/modules/ROOT/pages

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public class KafkaStreamsTests {
275275
276276
@Configuration
277277
@EnableKafkaStreams
278-
public static class KafkaStreamsConfiguration {
278+
public static class TestKafkaStreamsConfiguration {
279279
280280
@Value("${" + EmbeddedKafkaBroker.SPRING_EMBEDDED_KAFKA_BROKERS + "}")
281281
private String brokerAddresses;

0 commit comments

Comments
 (0)