mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-01-06 01:20:32 +05:30
[PeerTube] Fix testing comment content
The comment is not available anymore.
This commit is contained in:
parent
964e429978
commit
4f477ad72b
@ -48,7 +48,7 @@ public class PeertubeCommentsExtractorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testGetCommentsFromCommentsInfo() throws IOException, ExtractionException {
|
void testGetCommentsFromCommentsInfo() throws IOException, ExtractionException {
|
||||||
final String comment = "Thanks for this nice video explanation of Peertube!";
|
final String comment = "I love this. ❤";
|
||||||
|
|
||||||
final CommentsInfo commentsInfo =
|
final CommentsInfo commentsInfo =
|
||||||
CommentsInfo.getInfo("https://framatube.org/w/kkGMgK9ZtnKfYAgnEtQxbv");
|
CommentsInfo.getInfo("https://framatube.org/w/kkGMgK9ZtnKfYAgnEtQxbv");
|
||||||
|
Loading…
Reference in New Issue
Block a user