[PeerTube] Fix subscriber count in ChannelExtractorTest
This commit is contained in:
@@ -204,7 +204,7 @@ public class PeertubeChannelExtractorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSubscriberCount() throws ParsingException {
|
public void testSubscriberCount() throws ParsingException {
|
||||||
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 2);
|
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user