mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Removed assembly level fixtures
This commit is contained in:
@@ -5,12 +5,13 @@ using Moq;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Common.Model;
|
||||
using NzbDrone.Test.Common;
|
||||
using NzbDrone.Update.Providers;
|
||||
|
||||
namespace NzbDrone.Update.Test
|
||||
{
|
||||
[TestFixture]
|
||||
class UpdateProviderStartTest
|
||||
class UpdateProviderStartTest : TestBase
|
||||
{
|
||||
AutoMoqer mocker = new AutoMoqer();
|
||||
|
||||
@@ -109,6 +110,8 @@ namespace NzbDrone.Update.Test
|
||||
|
||||
mocker.Resolve<UpdateProvider>().Start(TARGET_FOLDER);
|
||||
|
||||
ExceptionVerification.ExcpectedFatals(1);
|
||||
|
||||
mocker.VerifyAllMocks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user