mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 02:52:41 +01:00
Removed specials from test data to fix RefreshEpisodeService tests.
This commit is contained in:
parent
7c5bc94f6e
commit
2528dc5b95
@ -24,6 +24,9 @@ public class RefreshEpisodeServiceFixture : CoreTest<RefreshEpisodeService>
|
||||
public void TestFixture()
|
||||
{
|
||||
_gameOfThrones = Mocker.Resolve<TraktProxy>().GetSeriesInfo(121361);//Game of thrones
|
||||
|
||||
// Remove specials.
|
||||
_gameOfThrones.Item2.RemoveAll(v => v.SeasonNumber == 0);
|
||||
}
|
||||
|
||||
private List<Episode> GetEpisodes()
|
||||
|
Loading…
Reference in New Issue
Block a user