Add equivalent of SeriesSearchServiceFixture for artists

This commit is contained in:
Daniel Underwood
2017-08-02 21:04:21 -04:00
parent 5b22e5a9ae
commit 1d46e718bb
2 changed files with 57 additions and 0 deletions
@@ -12,6 +12,7 @@ using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Test.IndexerSearchTests
{
[System.Obsolete("Sonarr TV stuff. Not needed in lidarr.")]
[TestFixture]
public class SeriesSearchServiceFixture : CoreTest<SeriesSearchService>
{