fixed jobs running all the time.

This commit is contained in:
kay.one 2013-03-02 12:14:18 -08:00
commit 77eedf448e
5 changed files with 63 additions and 27 deletions

View file

@ -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();
}
}
}