Fix SoundCloud test artist account name (#416)

This commit is contained in:
Scratch 2020-10-17 08:42:46 +11:00 committed by GitHub
parent 350eed6214
commit e945f711c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class SoundcloudPlaylistExtractorTest {
@Test
public void testUploaderName() {
assertTrue(extractor.getUploaderName().contains("LIL UZI VERT"));
assertTrue(extractor.getUploaderName().contains("Lil Uzi Vert"));
}
@Test