We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fa84b commit bb1ab16Copy full SHA for bb1ab16
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java
@@ -2,6 +2,7 @@
2
3
import static org.junit.jupiter.api.Assertions.assertEquals;
4
import static org.junit.jupiter.api.Assertions.assertFalse;
5
+import static org.junit.jupiter.api.Assertions.assertNull;
6
import static org.junit.jupiter.api.Assertions.assertThrows;
7
import static org.junit.jupiter.api.Assertions.assertTrue;
8
import static org.junit.jupiter.api.Assertions.fail;
@@ -720,7 +721,8 @@ public void testAvatarUrl() throws Exception {
720
721
722
@Test
723
public void testBannerUrl() throws Exception {
- // CarouselHeaderRender does not contain a banner
724
+ // CarouselHeaderRenders do not contain a banner
725
+ assertNull(extractor.getBannerUrl());
726
}
727
728
0 commit comments