Fixed bad test due to skyhook now doing it's own fuzzy search.

This commit is contained in:
Taloth Saldono 2018-12-29 13:05:03 +01:00
parent e071b0c2e0
commit 31b266659e
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ namespace NzbDrone.Core.Test.MetadataSource.SkyHook
[TestCase("tvdbid: 0")]
[TestCase("tvdbid: -12")]
[TestCase("tvdbid:289578")]
[TestCase("adjalkwdjkalwdjklawjdlKAJD;EF")]
[TestCase("adjalkwdjkalwdjklawjdlKAJD")]
public void no_search_result(string term)
{
var result = Subject.SearchForNewSeries(term);