diff --git a/src/NzbDrone.Core.Test/ParserTests/ExtendedQualityParserRegex.cs b/src/NzbDrone.Core.Test/ParserTests/ExtendedQualityParserRegex.cs index 7f13d78f4..0c70aa128 100644 --- a/src/NzbDrone.Core.Test/ParserTests/ExtendedQualityParserRegex.cs +++ b/src/NzbDrone.Core.Test/ParserTests/ExtendedQualityParserRegex.cs @@ -27,7 +27,7 @@ public void should_parse_reality_from_title(string title, int reality) QualityParser.ParseQuality(title).Revision.Real.Should().Be(reality); } - [TestCase("Chuck.S04E05.HDTV.XviD-LOL", 0)] + [TestCase("Chuck.S04E05.HDTV.XviD-LOL", 1)] [TestCase("Gold.Rush.S04E05.Garnets.or.Gold.REAL.REAL.PROPER.HDTV.x264-W4F", 2)] [TestCase("Chuck.S03E17.REAL.PROPER.720p.HDTV.x264-ORENJI-RP", 2)] [TestCase("Covert.Affairs.S05E09.REAL.PROPER.HDTV.x264-KILLERS", 2)]