From 615facb3c49895eabbeae8434ca2521cb2b8114c Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Wed, 15 Jun 2022 22:52:50 +0100 Subject: [PATCH] fixed test due to GoodReads BookId change --- .../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 682716fbe..7c9383e2e 100644 --- a/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs +++ b/src/NzbDrone.Core.Test/MetadataSource/Goodreads/GoodreadsProxySearchFixture.cs @@ -39,7 +39,7 @@ namespace NzbDrone.Core.Test.MetadataSource.Goodreads } [TestCase("Harry Potter and the sorcerer's stone", 3)] - [TestCase("B0192CTMYG", 42844155)] + [TestCase("B0192CTMYG", 61209488)] [TestCase("9780439554930", 48517161)] public void successful_book_search(string title, int expected) {