updated some tests

This commit is contained in:
Keivan 2010-09-27 17:27:02 -07:00
commit 020a7462c0
8 changed files with 42 additions and 6 deletions

View file

@ -18,7 +18,7 @@ namespace NzbDrone.Core.Controllers
#region ITvDbController Members
public List<TvdbSearchResult> SearchSeries(string name)
public IList<TvdbSearchResult> SearchSeries(string name)
{
return _handler.SearchSeries(name);
}