mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
Merge pull request #1072 from TeamNewPipe/fix/bandcamp_test
Fix BandcampRadioStreamExtractorTest.testGetAudioStreams()
This commit is contained in:
commit
5eb886243f
@ -103,6 +103,6 @@ public class BandcampRadioStreamExtractorTest extends DefaultStreamExtractorTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test public void testGetAudioStreams() throws ExtractionException, IOException {
|
@Test public void testGetAudioStreams() throws ExtractionException, IOException {
|
||||||
assertEquals(2, extractor.getAudioStreams().size());
|
assertEquals(1, extractor.getAudioStreams().size());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user