mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02: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