mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 06:10:33 +05:30
[SoundCloud] Fix playlist test: number of streams changed
This commit is contained in:
parent
d4aa4a0763
commit
ca8bf53b61
@ -317,7 +317,7 @@ public class SoundcloudPlaylistExtractorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStreamCount() {
|
public void testStreamCount() {
|
||||||
assertTrue("Error in the streams count", extractor.getStreamCount() >= 3900);
|
assertTrue("Stream count does not fit: " + extractor.getStreamCount(), extractor.getStreamCount() >= 370);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user