mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-20 06:10:34 +00:00
Fixed Slovak language parsing test
This commit is contained in:
parent
d2a23f7bcd
commit
80dd4ce3a1
1 changed files with 2 additions and 2 deletions
|
@ -302,8 +302,8 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||||
[TestCase("Title.the.Series.2021.S01E11.HDTV.XviD.ENG.SK-LOL")]
|
[TestCase("Title.the.Series.2021.S01E11.HDTV.XviD.ENG.SK-LOL")]
|
||||||
public void should_parse_language_slovak(string postTitle)
|
public void should_parse_language_slovak(string postTitle)
|
||||||
{
|
{
|
||||||
var result = LanguageParser.ParseLanguage(postTitle);
|
var result = LanguageParser.ParseLanguages(postTitle);
|
||||||
result.Id.Should().Be(Language.Slovak.Id);
|
result.First().Id.Should().Be(Language.Slovak.Id);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase("Title.the.Russian.Series.S01E07.Cold.Action.HDTV.XviD-Droned")]
|
[TestCase("Title.the.Russian.Series.S01E07.Cold.Action.HDTV.XviD-Droned")]
|
||||||
|
|
Loading…
Reference in a new issue