Skip to content

Commit

Permalink
Merge pull request #717 from XiangRongLin/fix_tests
Browse files Browse the repository at this point in the history
Fix failing PeertubeStreamExtractorTest
  • Loading branch information
TobiGr authored Aug 17, 2021
2 parents 4f86b8c + 61acdae commit 89bab24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public void testGetLanguageInformation() throws ParsingException {
@Override public StreamType expectedStreamType() { return StreamType.VIDEO_STREAM; }
@Override public String expectedUploaderName() { return "Framasoft"; }
@Override public String expectedUploaderUrl() { return "https://framatube.org/accounts/[email protected]"; }
@Override public String expectedSubChannelName() { return "Les vidéos de Framasoft"; }
@Override public String expectedSubChannelUrl() { return "https://framatube.org/video-channels/bf54d359-cfad-4935-9d45-9d6be93f63e8"; }
@Override public String expectedSubChannelName() { return "A propos de PeerTube"; }
@Override public String expectedSubChannelUrl() { return "https://framatube.org/video-channels/joinpeertube"; }
@Override public List<String> expectedDescriptionContains() { // CRLF line ending
return Arrays.asList("**[Want to help to translate this video?](https://weblate.framasoft.org/projects/what-is-peertube-video/)**\r\n"
+ "\r\n"
Expand Down

0 comments on commit 89bab24

Please sign in to comment.