Skip to content

Commit

Permalink
Fixing a testing class name in the documentation (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoppex authored Jan 9, 2025
1 parent 6056fe2 commit 202f6b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public class KafkaStreamsTests {
@Configuration
@EnableKafkaStreams
public static class KafkaStreamsConfiguration {
public static class TestKafkaStreamsConfiguration {
@Value("${" + EmbeddedKafkaBroker.SPRING_EMBEDDED_KAFKA_BROKERS + "}")
private String brokerAddresses;
Expand Down

0 comments on commit 202f6b3

Please sign in to comment.