[Bandcamp] Fix comments test

This commit is contained in:
Fynn Godau 2021-05-02 13:07:24 +02:00
parent 9dc7a1d5ee
commit 85a4270bd9
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ public class BandcampCommentsExtractorTest {
DefaultTests.defaultTestListOfItems(Bandcamp, comments.getItems(), comments.getErrors());
for (CommentsInfoItem c : comments.getItems()) {
assertFalse(Utils.isBlank(c.getUploaderUrl()));
assertFalse(Utils.isBlank(c.getUploaderName()));
assertFalse(Utils.isBlank(c.getUploaderAvatarUrl()));
assertFalse(Utils.isBlank(c.getCommentText()));