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…
Reference in New Issue