mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Remove empty folders after importing new downloads.
Fixed American Dad test (new season added to TheTvDb). Removed unneeded .ToList()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user