mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 07:50:34 +05:30
Fix PeertubeAccountExtractorTest
This commit is contained in:
parent
db81384ae0
commit
faa503c7dd
@ -102,7 +102,7 @@ public class PeertubeAccountExtractorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSubscriberCount() throws ParsingException {
|
public void testSubscriberCount() throws ParsingException {
|
||||||
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 750);
|
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 700);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user