Improve based on review/feedback.

This commit is contained in:
FireMasterK
2021-09-02 00:35:56 +05:30
parent b9fad4fcc8
commit 0ba03c552c
3 changed files with 4 additions and 3 deletions

View File

@@ -338,7 +338,7 @@ public class YoutubeSearchExtractorTest {
@Test
public void testUploaderAvatar() throws IOException, ExtractionException {
final List<InfoItem> items = extractor.getInitialPage().getItems();
for (InfoItem item : items) {
for (final InfoItem item : items) {
assertNotNull(((StreamInfoItem) item).getUploaderAvatarUrl());
}
}