Skip to content

Commit 31b2666

Browse files
committed
Fixed bad test due to skyhook now doing it's own fuzzy search.
1 parent e071b0c commit 31b2666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NzbDrone.Core.Test/MetadataSource/SkyHook/SkyHookProxySearchFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ public void successful_search(string title, string expected)
4444
[TestCase("tvdbid: 0")]
4545
[TestCase("tvdbid: -12")]
4646
[TestCase("tvdbid:289578")]
47-
[TestCase("adjalkwdjkalwdjklawjdlKAJD;EF")]
47+
[TestCase("adjalkwdjkalwdjklawjdlKAJD")]
4848
public void no_search_result(string term)
4949
{
5050
var result = Subject.SearchForNewSeries(term);
5151
result.Should().BeEmpty();
52-
52+
5353
ExceptionVerification.IgnoreWarns();
5454
}
5555
}

0 commit comments

Comments
 (0)