Increase the number of subscribers in PeertubeAccountExtractorTest
This commit is contained in:
parent
efe2b964f0
commit
772de53a66
|
@ -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() >= 425);
|
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 750);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue