Cleanup Conflicts in Sonarr/Lidarr Pulls

Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
This commit is contained in:
Qstick
2021-01-24 02:22:50 -05:00
parent ffc12656ee
commit 93ba5ade9e
298 changed files with 4460 additions and 4508 deletions
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Test.Download
}
[Test]
public void should_redownload_album_on_failure()
public void should_redownload_book_on_failure()
{
var failedEvent = new DownloadFailedEvent
{
@@ -87,7 +87,7 @@ namespace NzbDrone.Core.Test.Download
}
[Test]
public void should_redownload_multiple_albums_on_failure()
public void should_redownload_multiple_books_on_failure()
{
var failedEvent = new DownloadFailedEvent
{
@@ -111,9 +111,9 @@ namespace NzbDrone.Core.Test.Download
}
[Test]
public void should_redownload_artist_on_failure()
public void should_redownload_author_on_failure()
{
// note that artist is set to have 3 albums in setup
// note that author is set to have 3 books in setup
var failedEvent = new DownloadFailedEvent
{
AuthorId = 2,