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 3add704 commit 008b6f5Copy full SHA for 008b6f5
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeChannelExtractorTest.java
@@ -204,7 +204,7 @@ public void testFeedUrl() throws ParsingException {
204
205
@Test
206
public void testSubscriberCount() throws ParsingException {
207
- assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 2);
+ assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 1);
208
}
209
210
0 commit comments