mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 11:05:44 +00:00
Updated the american test for the new season
This commit is contained in:
parent
cd25b86e5e
commit
85914b5262
1 changed files with 2 additions and 1 deletions
|
@ -91,13 +91,14 @@ public void American_dad_fix()
|
||||||
}
|
}
|
||||||
|
|
||||||
//assert
|
//assert
|
||||||
seasonsNumbers.Should().HaveCount(8);
|
seasonsNumbers.Should().HaveCount(9);
|
||||||
seasons[1].Should().HaveCount(23);
|
seasons[1].Should().HaveCount(23);
|
||||||
seasons[2].Should().HaveCount(19);
|
seasons[2].Should().HaveCount(19);
|
||||||
seasons[3].Should().HaveCount(16);
|
seasons[3].Should().HaveCount(16);
|
||||||
seasons[4].Should().HaveCount(20);
|
seasons[4].Should().HaveCount(20);
|
||||||
seasons[5].Should().HaveCount(18);
|
seasons[5].Should().HaveCount(18);
|
||||||
seasons[6].Should().HaveCount(19);
|
seasons[6].Should().HaveCount(19);
|
||||||
|
seasons[7].Should().HaveCount(18);
|
||||||
|
|
||||||
foreach (var season in seasons)
|
foreach (var season in seasons)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue