Skip to content

Commit bc14ae4

Browse files
committed
fix wrong test example
Signed-off-by: moonyoungCHAE <[email protected]>
1 parent 38b9ae2 commit bc14ae4

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
@@ -149,7 +149,7 @@ The following example configuration creates topics called `cat` and `hat` with f
149149
public class MyTests {
150150
151151
@ClassRule
152-
private static EmbeddedKafkaRule embeddedKafka = new EmbeddedKafkaRule(1, false, 5, "cat", "hat");
152+
public static EmbeddedKafkaRule embeddedKafka = new EmbeddedKafkaRule(1, false, 5, "cat", "hat");
153153
154154
@Test
155155
public void test() {

0 commit comments

Comments
 (0)