mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02: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