Skip to content

Commit 85a4270

Browse files
committed
[Bandcamp] Fix comments test
1 parent 9dc7a1d commit 85a4270

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/bandcamp/BandcampCommentsExtractorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public void testGetCommentsAllData() throws IOException, ExtractionException {
4040

4141
DefaultTests.defaultTestListOfItems(Bandcamp, comments.getItems(), comments.getErrors());
4242
for (CommentsInfoItem c : comments.getItems()) {
43-
assertFalse(Utils.isBlank(c.getUploaderUrl()));
4443
assertFalse(Utils.isBlank(c.getUploaderName()));
4544
assertFalse(Utils.isBlank(c.getUploaderAvatarUrl()));
4645
assertFalse(Utils.isBlank(c.getCommentText()));

0 commit comments

Comments
 (0)