1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

fixed jobs running all the time.

This commit is contained in:
kay.one
2013-03-02 12:14:18 -08:00
parent ba68dd9386
commit 77eedf448e
5 changed files with 63 additions and 27 deletions
@@ -75,6 +75,9 @@ namespace NzbDrone.Core.Test.ProviderTests
result.GroupBy(e => e.SeasonNumber.ToString("000") + e.EpisodeNumber.ToString("000"))
.Max(e => e.Count()).Should().Be(1);
result.Select(c => c.TvDbEpisodeId).Should().OnlyHaveUniqueItems();
}
}
}