mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
StyleCop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using FluentAssertions;
|
||||
using FluentAssertions;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Core.Languages;
|
||||
using NzbDrone.Core.Parser;
|
||||
@@ -6,7 +6,6 @@ using NzbDrone.Core.Test.Framework;
|
||||
|
||||
namespace NzbDrone.Core.Test.ParserTests
|
||||
{
|
||||
|
||||
[TestFixture]
|
||||
public class LanguageParserFixture : CoreTest
|
||||
{
|
||||
@@ -211,7 +210,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
var result = LanguageParser.ParseLanguage(postTitle);
|
||||
result.Id.Should().Be(Language.Portuguese.Id);
|
||||
}
|
||||
|
||||
|
||||
[TestCase("Title.the.Series.S01E01.FLEMISH.HDTV.x264-BRiGAND")]
|
||||
public void should_parse_language_flemish(string postTitle)
|
||||
{
|
||||
@@ -260,7 +259,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
public void should_parse_language_arabic(string postTitle)
|
||||
{
|
||||
var result = LanguageParser.ParseLanguage(postTitle);
|
||||
result.Id.Should().Be(Language.Arabic.Id);
|
||||
result.Id.Should().Be(Language.Arabic.Id);
|
||||
}
|
||||
|
||||
[TestCase("The Shadow Series S01 E01-08 WebRip Dual Audio [Hindi 5.1 + English 5.1] 720p x264 AAC ESub")]
|
||||
|
||||
Reference in New Issue
Block a user