[YouTube] Test that no banner is returned for carouselHeaderRenders
This commit is contained in:
parent
f1fa84b4e3
commit
bb1ab166bf
|
@ -2,6 +2,7 @@ package org.schabi.newpipe.extractor.services.youtube;
|
|||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.junit.jupiter.api.Assertions.assertNull;
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
import static org.junit.jupiter.api.Assertions.fail;
|
||||
|
@ -720,7 +721,8 @@ public class YoutubeChannelExtractorTest {
|
|||
|
||||
@Test
|
||||
public void testBannerUrl() throws Exception {
|
||||
// CarouselHeaderRender does not contain a banner
|
||||
// CarouselHeaderRenders do not contain a banner
|
||||
assertNull(extractor.getBannerUrl());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue