We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0315ca commit 2d191c4Copy full SHA for 2d191c4
2 files changed
src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeSearchEngineAllTest.java
@@ -55,7 +55,6 @@ public static void setUpClass() throws Exception {
55
@Test
56
public void testResultList() {
57
final List<InfoItem> results = result.getResults();
58
- System.out.println("Results: " + results);
59
assertFalse("Results are empty: " + results, results.isEmpty());
60
61
InfoItem firstInfoItem = results.get(0);
src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeTrendingExtractorTest.java
@@ -57,7 +57,6 @@ public void testGetDownloader() throws Exception {
public void testGetName() throws Exception {
- System.out.println(extractor.getName());
assertFalse(extractor.getName().isEmpty());
62
}
63
0 commit comments