mirror of
https://github.com/Radarr/Radarr
synced 2025-12-29 11:48:51 +01:00
Update multi parser test
This commit is contained in:
parent
ad8629fac9
commit
7ec0fd1cea
1 changed files with 1 additions and 2 deletions
|
|
@ -220,9 +220,8 @@ public void should_not_parse_multi_language_in_releasegroup(string postTitle)
|
|||
public void should_parse_multi_language(string postTitle)
|
||||
{
|
||||
var parsed = Parser.Parser.ParseMovieTitle(postTitle, true);
|
||||
parsed.Languages.Count.Should().Be(2);
|
||||
parsed.Languages.Count.Should().Be(1);
|
||||
parsed.Languages.Should().Contain(Language.German);
|
||||
parsed.Languages.Should().Contain(Language.English, "Added by the multi tag in the release name");
|
||||
}
|
||||
|
||||
[TestCase("That Italian Movie 2008 [tt1234567] 720p BluRay X264", "tt1234567")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue