Bandcamp radio stream extractor: test uploader url
This commit is contained in:
parent
9a555d97e5
commit
39b55b5b42
|
@ -43,7 +43,8 @@ public class BandcampRadioStreamExtractorTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetUploaderUrl() {
|
public void testGetUploaderUrl() throws ParsingException {
|
||||||
|
assertEquals("http://bandcamp.com/andrewjervis", e.getUploaderUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue