mirror of https://github.com/Sonarr/Sonarr
Fixed bad test due to skyhook now doing it's own fuzzy search.
This commit is contained in:
parent
e071b0c2e0
commit
31b266659e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue