Fixed: QueueSpecificationFixture Tests and Misc Others

This commit is contained in:
Qstick
2017-12-24 00:34:21 -05:00
parent bfbdba14f6
commit 8b7b2e6a83
4 changed files with 17 additions and 16 deletions
@@ -84,6 +84,7 @@ namespace NzbDrone.Core.Test.ParserTests
};
[Test, TestCaseSource(nameof(HashedReleaseParserCases))]
[Ignore("Hashed code is not currently called with track parsing")]
public void should_properly_parse_hashed_releases(string path, string title, Quality quality, string releaseGroup)
{
var result = Parser.Parser.ParseMusicPath(path);