fix: tests failing to compile

This commit is contained in:
ThetaDev 2022-11-29 18:05:13 +01:00
parent c156c404cb
commit d2c2acad6e
1 changed files with 2 additions and 2 deletions

View File

@ -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());
}
}
}