mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 14:26:14 +00:00
Merge pull request #991 from FireMasterK/fix-compile
Fix complication error in comment test
This commit is contained in:
@@ -369,8 +369,8 @@ public class YoutubeCommentsExtractorTest {
|
||||
|
||||
final CommentsInfoItem firstComment = comments.getItems().get(0);
|
||||
|
||||
assertContains("<s>", firstComment.getCommentText());
|
||||
assertContains("<b>", firstComment.getCommentText());
|
||||
assertContains("<s>", firstComment.getCommentText().getContent());
|
||||
assertContains("<b>", firstComment.getCommentText().getContent());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user