From 6d675a5207fb6894f6d3bf9bd250378f0e15f0f2 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:57:51 -0600 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 28f608a53..dc4552369 100644 --- a/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs +++ b/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs @@ -40,7 +40,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads [TestCase("Harry Potter and the sorcerer's stone a detailed summary", 72245296)] [TestCase("B0192CTMYG", 61209488)] - [TestCase("9780439554930", 48517161)] + [TestCase("9780439554930", 3)] public void successful_book_search(string title, int expected) { var result = Subject.Search(title);