Changed: Refactor ReleaseGroup Parser cases

This commit is contained in:
Qstick
2018-08-26 22:25:19 -04:00
parent c3d2769d3f
commit d9a51a1d02
3 changed files with 22 additions and 36 deletions
@@ -90,6 +90,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("02 Unchained.flac")] // This isn't valid on any regex we have. We must always have an artist
[TestCase("Fall Out Boy - 02 - Title.wav")] // This isn't valid on any regex we have. We don't support Artist - Track - TrackName
[Ignore("Ignore Test until track parsing rework")]
public void should_parse_quality_from_extension(string title)
{
Parser.Parser.ParseAlbumTitle(title).Quality.Quality.Should().NotBe(Quality.Unknown);