mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Changed: Refactor ReleaseGroup Parser cases
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user