Remove useless bandcamp tests
This commit is contained in:
parent
e13f341a45
commit
9a555d97e5
|
@ -99,19 +99,4 @@ public class BandcampRadioStreamExtractorTest {
|
|||
public void testGetAudioStreams() throws ExtractionException, IOException {
|
||||
assertEquals(2, e.getAudioStreams().size());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetLicence() throws ParsingException {
|
||||
assertEquals("", e.getLicence());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetCategory() throws ParsingException {
|
||||
assertEquals("", e.getCategory());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetTags() throws ParsingException {
|
||||
assertEquals(0, e.getTags().size());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue