Skip to content

Commit 74feb40

Browse files
committed
GH-1631: Remove unused topics from test
1 parent 90b9f62 commit 74feb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/test/java/org/springframework/kafka/annotation/EnableKafkaIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"annotated25", "annotated25reply1", "annotated25reply2", "annotated26", "annotated27", "annotated28",
179179
"annotated29", "annotated30", "annotated30reply", "annotated31", "annotated32", "annotated33",
180180
"annotated34", "annotated35", "annotated36", "annotated37", "foo", "manualStart", "seekOnIdle",
181-
"annotated38", "annotated38reply", "annotated39", "sentto-in", "sendto-out"})
181+
"annotated38", "annotated38reply", "annotated39" })
182182
public class EnableKafkaIntegrationTests {
183183

184184
private static final String DEFAULT_TEST_GROUP_ID = "testAnnot";

0 commit comments

Comments
 (0)