Skip to content

Commit a2a239f

Browse files
refactor test example in ref docs (#4158)
Signed-off-by: moonyoungCHAE <[email protected]>
1 parent f0f2dc3 commit a2a239f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ The following example brings together most of the topics covered in this chapter
505505
public class KafkaTemplateTests {
506506
507507
public static final String TEMPLATE_TOPIC = "templateTopic";
508+
public static EmbeddedKafkaBroker embeddedKafka;
508509
509510
@BeforeAll
510511
public static void setUp() {

0 commit comments

Comments
 (0)