-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #717 from XiangRongLin/fix_tests
Fix failing PeertubeStreamExtractorTest
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|