mirror of
https://github.com/Radarr/Radarr
synced 2025-01-31 20:03:06 +00:00
Fixed broken tests
This commit is contained in:
parent
10264cba5c
commit
313d0f6b8e
2 changed files with 0 additions and 2 deletions
|
@ -168,7 +168,6 @@ public void folder_shouldnt_be_tagged_with_same_tag_again(string path)
|
|||
//Assert
|
||||
mocker.VerifyAllMocks();
|
||||
mocker.GetMock<DiskProvider>().Verify(c => c.MoveDirectory(It.IsAny<string>(), It.IsAny<string>()), Times.Never());
|
||||
ExceptionVerification.ExcpectedWarns(1);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
using Ninject;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Providers.Core;
|
||||
|
||||
namespace NzbDrone.Core.Providers
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue