Skip to content

Commit 9a013e2

Browse files
committed
GH-1631: Remove unused topics from test
1 parent dca07ac commit 9a013e2

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
@@ -177,7 +177,7 @@
177177
"annotated25", "annotated25reply1", "annotated25reply2", "annotated26", "annotated27", "annotated28",
178178
"annotated29", "annotated30", "annotated30reply", "annotated31", "annotated32", "annotated33",
179179
"annotated34", "annotated35", "annotated36", "annotated37", "foo", "manualStart", "seekOnIdle",
180-
"annotated38", "annotated38reply", "annotated39", "sentto-in", "sendto-out"})
180+
"annotated38", "annotated38reply", "annotated39" })
181181
public class EnableKafkaIntegrationTests {
182182

183183
private static final String DEFAULT_TEST_GROUP_ID = "testAnnot";

0 commit comments

Comments
 (0)