Bandcamp stream extractor: test service id

This commit is contained in:
Fynn Godau 2020-06-04 19:29:37 +02:00
parent 4dd9540782
commit e13f341a45
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class BandcampStreamExtractorTest {
@Test
public void testServiceId() {
assertEquals(4, extractor.getServiceId());
}
@Test