mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Check sab queue now takes quality into consideration
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user