Skip to content

Commit 538f5d3

Browse files
committed
Fix SoundCloud test artist account name
1 parent acb04eb commit 538f5d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudChannelExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void testServiceId() {
4141

4242
@Test
4343
public void testName() {
44-
assertEquals("LIL UZI VERT", extractor.getName());
44+
assertEquals("Lil Uzi Vert", extractor.getName());
4545
}
4646

4747
@Test

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractorDefaultTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void testGetDescription() throws ParsingException {
6363

6464
@Test
6565
public void testGetUploaderName() throws ParsingException {
66-
assertEquals("LIL UZI VERT", extractor.getUploaderName());
66+
assertEquals("Lil Uzi Vert", extractor.getUploaderName());
6767
}
6868

6969
@Test

0 commit comments

Comments
 (0)