[media.ccc.de] Fix live stream test if there are no current live streams
This commit is contained in:
parent
a896ec41b9
commit
2cbc3ccb1a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue