mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 06:10:33 +05:30
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
Block a user