Skip to content

Commit 8c4e8cd

Browse files
committed
Fix test
1 parent b35b6ff commit 8c4e8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/kafkahq/repositories/TopicRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class TopicRepositoryTest extends BaseTest {
1616

1717
@Test
1818
public void list() throws ExecutionException, InterruptedException {
19-
assertEquals(3, topicRepository.list().size());
19+
assertEquals(4, topicRepository.list().size());
2020
}
2121

2222
@Test

0 commit comments

Comments
 (0)