fixed broken tests in torrent client.

This commit is contained in:
Taloth Saldono
2014-11-23 21:40:18 +01:00
parent 08d92c5511
commit 54d296c2a8
4 changed files with 10 additions and 3 deletions
@@ -198,7 +198,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.TransmissionTests
{
PrepareClientToReturnFailedItem();
var item = Subject.GetItems().Single();
VerifyFailed(item);
VerifyWarning(item);
}
[Test]