1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 11:22:06 +00:00

Changed trakt test to use Castle instead of Dexter

This commit is contained in:
Mark McDowall 2014-02-22 01:09:44 -08:00
parent 515901d1be
commit 0d14a2df9e

View file

@ -39,7 +39,7 @@ public void no_search_result()
}
[TestCase(75978)]
[TestCase(79349)]
[TestCase(83462)]
public void should_be_able_to_get_series_detail(int tvdbId)
{
var details = Subject.GetSeriesInfo(tvdbId);