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.
2 parents db81384 + faa503c commit 143fd3cCopy full SHA for 143fd3c
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() >= 750);
+ assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 700);
106
}
107
108
@Override
0 commit comments