mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed jobs running all the time.
This commit is contained in:
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();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue