From 4cc09a7cc015f3d49ecef8aff9845ccf9bac048a Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 12 Aug 2020 20:50:16 +0100 Subject: [PATCH] Fix test --- .../MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs b/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs index a63cd1818..f514554dc 100644 --- a/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs +++ b/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs @@ -77,7 +77,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads } [TestCase("Robert Harris", 0, typeof(Author), "Robert Harris")] - [TestCase("Robert Harris", 1, typeof(Book), "Fatherland")] + [TestCase("Robert Harris", 1, typeof(Book), "An Officer and a Spy")] public void successful_combined_search(string query, int position, Type resultType, string expected) { var result = Subject.SearchForNewEntity(query);