We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abf08e1 + 2e08eaa commit a1128ecCopy full SHA for a1128ec
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeCommentsExtractorTest.java
@@ -369,8 +369,8 @@ public void testGetCommentsFormatting() throws IOException, ExtractionException
369
370
final CommentsInfoItem firstComment = comments.getItems().get(0);
371
372
- assertContains("<s>", firstComment.getCommentText());
373
- assertContains("<b>", firstComment.getCommentText());
+ assertContains("<s>", firstComment.getCommentText().getContent());
+ assertContains("<b>", firstComment.getCommentText().getContent());
374
}
375
376
0 commit comments