mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 23:05:23 +00:00
Merge pull request #1072 from TeamNewPipe/fix/bandcamp_test
Fix BandcampRadioStreamExtractorTest.testGetAudioStreams()
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user