mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Check sab queue now takes quality into consideration
This commit is contained in:
parent
2d1f506f93
commit
9acfb7330c
15 changed files with 202 additions and 287 deletions
|
@ -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>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue