Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 18, 2019
1 parent b35b6ff commit 8c4e8cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TopicRepositoryTest extends BaseTest {

@Test
public void list() throws ExecutionException, InterruptedException {
assertEquals(3, topicRepository.list().size());
assertEquals(4, topicRepository.list().size());
}

@Test
Expand Down

0 comments on commit 8c4e8cd

Please sign in to comment.