Correct typo

This commit is contained in:
Coffeemakr 2017-11-30 10:19:51 +01:00
parent f037f67a15
commit 4b092828db
No known key found for this signature in database
GPG Key ID: 3F35676D8FF6E743
1 changed files with 1 additions and 1 deletions

View File

@ -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