fix missed parser obfuscation

This commit is contained in:
bakerboy448 2021-06-18 20:18:41 -05:00
parent e3b5efc9e5
commit 79a10fa18f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace NzbDrone.Core.Test.ParserTests
new object[] { "2160p Remux", Source.BLURAY, Resolution.R2160p, Modifier.REMUX },
};
[TestCase("Despicable.Me.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
[TestCase("Movie.Title.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
public void should_parse_ts(string title, bool proper)
{
ParseAndVerifyQuality(title, Source.TELESYNC, proper, Resolution.R720p);