From 9a7b2cb81854b52de16a59d4b54bee33ef77b1c4 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 19 May 2024 19:00:38 +0300 Subject: [PATCH] Fix Goodreads 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 95a6f4288..28f608a53 100644 --- a/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs +++ b/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs @@ -38,7 +38,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads ExceptionVerification.IgnoreWarns(); } - [TestCase("Harry Potter and the sorcerer's stone a detailed summary", 61800696)] + [TestCase("Harry Potter and the sorcerer's stone a detailed summary", 72245296)] [TestCase("B0192CTMYG", 61209488)] [TestCase("9780439554930", 48517161)] public void successful_book_search(string title, int expected)