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
@@ -28,9 +28,9 @@ namespace NzbDrone.Core.Test.ParserTests
//[TestCase("Zog Bogbean - From The Marcy Playground")]
// TODO: Rewrite this test to something that makes sense.
public void should_parse_artist_names(string title)
public void should_parse_author_names(string title)
{
Parser.Parser.ParseTitle(title).ArtistTitle.Should().Be(title);
Parser.Parser.ParseTitle(title).AuthorTitle.Should().Be(title);
ExceptionVerification.IgnoreWarns();
}
}