Increase the number of subscribers in PeertubeAccountExtractorTest
This commit is contained in:
parent
efe2b964f0
commit
772de53a66
|
@ -102,7 +102,7 @@ public class PeertubeAccountExtractorTest {
|
|||
|
||||
@Test
|
||||
public void testSubscriberCount() throws ParsingException {
|
||||
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 425);
|
||||
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 750);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue