Bandcamp radio stream extractor: test uploader url

This commit is contained in:
Fynn Godau 2020-06-04 19:32:19 +02:00
parent 9a555d97e5
commit 39b55b5b42
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ public class BandcampRadioStreamExtractorTest {
}
@Test
public void testGetUploaderUrl() {
public void testGetUploaderUrl() throws ParsingException {
assertEquals("http://bandcamp.com/andrewjervis", e.getUploaderUrl());
}
@Test