Fix SoundCloud test artist account name (#416)
This commit is contained in:
parent
350eed6214
commit
e945f711c1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class SoundcloudPlaylistExtractorTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testUploaderName() {
|
public void testUploaderName() {
|
||||||
assertTrue(extractor.getUploaderName().contains("LIL UZI VERT"));
|
assertTrue(extractor.getUploaderName().contains("Lil Uzi Vert"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue