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 efe2b96 commit 772de53Copy full SHA for 772de53
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeAccountExtractorTest.java
@@ -102,7 +102,7 @@ public void testFeedUrl() throws ParsingException {
102
103
@Test
104
public void testSubscriberCount() throws ParsingException {
105
- assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 425);
+ assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 750);
106
}
107
108
@Override
0 commit comments