[media.ccc.de] Fix live stream test if there are no current live streams

This commit is contained in:
TobiGr 2020-12-31 17:03:14 +01:00
parent a896ec41b9
commit 2cbc3ccb1a
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public class MediaCCCLiveStreamListExtractorTest {
@Test
public void getConferencesListTest() throws Exception {
final List<InfoItem> a = extractor.getInitialPage().getItems();
assertTrue(a.size() > 2);
for (int i = 0; i < a.size(); i++) {
final InfoItem b = a.get(i);
assertNotNull(a.get(i).getName());