Fix SoundCloud description test

pull/239/head
TobiGr 2020-02-08 22:20:20 +01:00
rodzic 11bcc78d9c
commit 0e33249c85
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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