mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Removed tvdblib from tests
Added settings to API
This commit is contained in:
parent
77eedf448e
commit
c5b845cbee
16 changed files with 32 additions and 50 deletions
|
@ -10,8 +10,6 @@ using NzbDrone.Common;
|
|||
using NzbDrone.Core.Providers;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Test.Common;
|
||||
using TvdbLib.Data;
|
||||
using TvdbLib.Exceptions;
|
||||
|
||||
namespace NzbDrone.Core.Test.ProviderTests
|
||||
{
|
||||
|
@ -37,7 +35,8 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
ExceptionVerification.MarkInconclusive(typeof(TvdbNotAvailableException));
|
||||
//Todo: Is there a similar exception for wattvdb?
|
||||
//ExceptionVerification.MarkInconclusive(typeof(TvdbNotAvailableException));
|
||||
}
|
||||
|
||||
[TestCase("The Simpsons")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue