Check sab queue now takes quality into consideration

This commit is contained in:
kay.one 2012-01-19 21:37:08 -08:00
commit 9acfb7330c
15 changed files with 202 additions and 287 deletions

View file

@ -34,7 +34,7 @@ namespace NzbDrone.Core.Test.ProviderTests
const string sabTitle = "My fake sab title";
Mocker.GetMock<SabProvider>()
.Setup(s => s.IsInQueue(It.IsAny<String>()))
.Setup(s => s.IsInQueue(It.IsAny<EpisodeParseResult>()))
.Returns(false);
Mocker.GetMock<SabProvider>()