Remove empty folders after importing new downloads.

Fixed American Dad test (new season added to TheTvDb).
Removed unneeded .ToList()
This commit is contained in:
Mark McDowall 2011-06-25 19:50:18 -07:00
commit 87e9589761
3 changed files with 6 additions and 2 deletions

View file

@ -85,7 +85,7 @@ namespace NzbDrone.Core.Test
}
//assert
seasonsNumbers.Should().HaveCount(7);
seasonsNumbers.Should().HaveCount(8);
seasons[1].Should().HaveCount(23);
seasons[2].Should().HaveCount(19);
seasons[3].Should().HaveCount(16);