mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Removed specials from test data to fix RefreshEpisodeService tests.
This commit is contained in:
parent
7c5bc94f6e
commit
2528dc5b95
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ namespace NzbDrone.Core.Test.TvTests
|
||||||
public void TestFixture()
|
public void TestFixture()
|
||||||
{
|
{
|
||||||
_gameOfThrones = Mocker.Resolve<TraktProxy>().GetSeriesInfo(121361);//Game of thrones
|
_gameOfThrones = Mocker.Resolve<TraktProxy>().GetSeriesInfo(121361);//Game of thrones
|
||||||
|
|
||||||
|
// Remove specials.
|
||||||
|
_gameOfThrones.Item2.RemoveAll(v => v.SeasonNumber == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<Episode> GetEpisodes()
|
private List<Episode> GetEpisodes()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue