From 85914b526253d0dc0a423b20c36414233620e0c5 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 13 Jun 2012 00:24:37 -0700 Subject: [PATCH] Updated the american test for the new season --- NzbDrone.Core.Test/ProviderTests/TvDbProviderTest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NzbDrone.Core.Test/ProviderTests/TvDbProviderTest.cs b/NzbDrone.Core.Test/ProviderTests/TvDbProviderTest.cs index 4852e09b6..2dd003ace 100644 --- a/NzbDrone.Core.Test/ProviderTests/TvDbProviderTest.cs +++ b/NzbDrone.Core.Test/ProviderTests/TvDbProviderTest.cs @@ -91,13 +91,14 @@ namespace NzbDrone.Core.Test.ProviderTests } //assert - seasonsNumbers.Should().HaveCount(8); + seasonsNumbers.Should().HaveCount(9); seasons[1].Should().HaveCount(23); seasons[2].Should().HaveCount(19); seasons[3].Should().HaveCount(16); seasons[4].Should().HaveCount(20); seasons[5].Should().HaveCount(18); seasons[6].Should().HaveCount(19); + seasons[7].Should().HaveCount(18); foreach (var season in seasons) {