Skip to content

Commit ca8bf53

Browse files
committed
[SoundCloud] Fix playlist test: number of streams changed
1 parent d4aa4a0 commit ca8bf53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudPlaylistExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public void testUploaderAvatarUrl() {
317317

318318
@Test
319319
public void testStreamCount() {
320-
assertTrue("Error in the streams count", extractor.getStreamCount() >= 3900);
320+
assertTrue("Stream count does not fit: " + extractor.getStreamCount(), extractor.getStreamCount() >= 370);
321321
}
322322
}
323323
}

0 commit comments

Comments
 (0)