mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-29 13:27:38 +00:00
Fix BandcampRadioStreamExtractorTest.testGetAudioStreams()
This commit is contained in:
parent
533121fb81
commit
19ce06fe00
@ -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