Skip to content

Commit 4b09282

Browse files
committed
Correct typo
1 parent f037f67 commit 4b09282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeTrendingExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void testId() throws Exception {
7070
public void testGetStreams() throws Exception {
7171
StreamInfoItemCollector collector = extractor.getStreams();
7272
Utils.printErrors(collector);
73-
assertTrue("no streams are received", collector.getItemList().isEmpty());
73+
assertFalse("no streams are received", collector.getItemList().isEmpty());
7474
}
7575

7676
@Test

0 commit comments

Comments
 (0)