add filter to stream lists

This commit is contained in:
Christian Schabesberger
2018-05-05 20:07:47 +02:00
parent bf1c771662
commit b7c1f251d8
11 changed files with 59 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ public class SoundcloudChartsUrlIdHandlerTest {
}
@Test
public void getUrl() {
public void getUrl() throws Exception {
assertEquals(urlIdHandler.getUrl("Top 50"), "https://soundcloud.com/charts/top");
assertEquals(urlIdHandler.getUrl("New & hot"), "https://soundcloud.com/charts/new");
}