mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 22:35:50 +00:00
Fix SoundCloud description test
This commit is contained in:
@@ -53,7 +53,7 @@ public class SoundcloudStreamExtractorDefaultTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetDescription() throws ParsingException {
|
public void testGetDescription() throws ParsingException {
|
||||||
assertEquals("The Perfect LUV Tape®️", extractor.getDescription());
|
assertEquals("The Perfect LUV Tape®️", extractor.getDescription().getContent());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user