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