Skip to content

Commit

Permalink
Merge pull request #413 from Scrxtchy/soundcloud-test-update
Browse files Browse the repository at this point in the history
Fix SoundCloud test artist account name
  • Loading branch information
TobiGr authored Oct 16, 2020
2 parents 527945e + 538f5d3 commit 9a785f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void testServiceId() {

@Test
public void testName() {
assertEquals("LIL UZI VERT", extractor.getName());
assertEquals("Lil Uzi Vert", extractor.getName());
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void testGetDescription() throws ParsingException {

@Test
public void testGetUploaderName() throws ParsingException {
assertEquals("LIL UZI VERT", extractor.getUploaderName());
assertEquals("Lil Uzi Vert", extractor.getUploaderName());
}

@Test
Expand Down

0 comments on commit 9a785f9

Please sign in to comment.