mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 22:14:24 +02:00
Changed trakt test to use Castle instead of Dexter
This commit is contained in:
parent
515901d1be
commit
0d14a2df9e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public void no_search_result()
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase(75978)]
|
[TestCase(75978)]
|
||||||
[TestCase(79349)]
|
[TestCase(83462)]
|
||||||
public void should_be_able_to_get_series_detail(int tvdbId)
|
public void should_be_able_to_get_series_detail(int tvdbId)
|
||||||
{
|
{
|
||||||
var details = Subject.GetSeriesInfo(tvdbId);
|
var details = Subject.GetSeriesInfo(tvdbId);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue