Remove Remaining TV Code

This commit is contained in:
Qstick
2017-10-18 21:42:57 -04:00
parent 81716762d8
commit a80360f6fd
98 changed files with 135 additions and 6151 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
@@ -185,7 +185,7 @@ namespace NzbDrone.Core.Test.Download
Subject.DownloadReport(_parseResult);
Mocker.GetMock<IDownloadClient>().Verify(c => c.Download(It.IsAny<RemoteAlbum>()), Times.Never());
VerifyEventNotPublished<EpisodeGrabbedEvent>();
VerifyEventNotPublished<AlbumGrabbedEvent>();
ExceptionVerification.ExpectedWarns(1);
}