Skip to content

Commit 0e33249

Browse files
committed
Fix SoundCloud description test
1 parent 11bcc78 commit 0e33249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -53,7 +53,7 @@ public void testGetTitle() throws ParsingException {
5353

5454
@Test
5555
public void testGetDescription() throws ParsingException {
56-
assertEquals("The Perfect LUV Tape®️", extractor.getDescription());
56+
assertEquals("The Perfect LUV Tape®️", extractor.getDescription().getContent());
5757
}
5858

5959
@Test

0 commit comments

Comments
 (0)