1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Remove PostQueue from NzbGetProxy coz it's useless anyway.

This commit is contained in:
Taloth Saldono
2014-11-16 01:43:39 +01:00
parent c0a46e04b8
commit 374fe07aba
3 changed files with 1 additions and 26 deletions
@@ -119,10 +119,6 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.NzbgetTests
Mocker.GetMock<INzbgetProxy>()
.Setup(s => s.GetQueue(It.IsAny<NzbgetSettings>()))
.Returns(list);
Mocker.GetMock<INzbgetProxy>()
.Setup(s => s.GetPostQueue(It.IsAny<NzbgetSettings>()))
.Returns(new List<NzbgetPostQueueItem>());
}
protected virtual void GivenHistory(NzbgetHistoryItem history)