Fixed: Remove Not-So-Great Parser Case

This commit is contained in:
Qstick 2019-10-17 23:37:34 -04:00
parent f43210d3d0
commit 02efc655f9
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("The Revenant 2015 2160p UHD BluRay DTS x264-Whatevs", 19)]
[TestCase("The Revenant 2015 2160p UHD BluRay FLAC 7 1 x264-Whatevs", 19)]
[TestCase("The Martian 2015 2160p Ultra HD BluRay DTS-HD MA 7 1 x264-Whatevs", 19)]
[TestCase("Movie.Name.2017.Version.UHD.BluRay.HDR.x265.Atmos.Eng.De-RLSGRP", 19)]
[TestCase("Into the Inferno 2016 2160p Netflix WEBRip DD5 1 x264-Whatevs", 18)]
public void should_parse_ultrahd_from_title(string title, int version)
{