Remove useless bandcamp tests

This commit is contained in:
Fynn Godau 2020-06-04 19:31:01 +02:00
parent e13f341a45
commit 9a555d97e5
1 changed files with 0 additions and 15 deletions

View File

@ -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());
}
}