2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 22:05:18 +00:00

Fix SoundCloud description test

This commit is contained in:
TobiGr
2020-02-08 22:20:20 +01:00
parent 11bcc78d9c
commit 0e33249c85

View File

@@ -53,7 +53,7 @@ public class SoundcloudStreamExtractorDefaultTest {
@Test
public void testGetDescription() throws ParsingException {
assertEquals("The Perfect LUV Tape®", extractor.getDescription());
assertEquals("The Perfect LUV Tape®", extractor.getDescription().getContent());
}
@Test