mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Cleanup Conflicts in Sonarr/Lidarr Pulls
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user