1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-15 21:05:48 -04:00

fix missed parser obfuscation

This commit is contained in:
bakerboy448
2021-06-18 20:18:41 -05:00
parent e3b5efc9e5
commit 79a10fa18f

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);