mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 06:45:53 +00:00
Correct typo
This commit is contained in:
@@ -70,7 +70,7 @@ public class YoutubeTrendingExtractorTest {
|
|||||||
public void testGetStreams() throws Exception {
|
public void testGetStreams() throws Exception {
|
||||||
StreamInfoItemCollector collector = extractor.getStreams();
|
StreamInfoItemCollector collector = extractor.getStreams();
|
||||||
Utils.printErrors(collector);
|
Utils.printErrors(collector);
|
||||||
assertTrue("no streams are received", collector.getItemList().isEmpty());
|
assertFalse("no streams are received", collector.getItemList().isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user