mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed most of the broken tests
This commit is contained in:
@@ -12,7 +12,6 @@ namespace NzbDrone.Test.Common
|
||||
{
|
||||
protected const string INTEGRATION_TEST = "Integration Test";
|
||||
|
||||
|
||||
private AutoMoqer _mocker;
|
||||
protected AutoMoqer Mocker
|
||||
{
|
||||
@@ -29,7 +28,6 @@ namespace NzbDrone.Test.Common
|
||||
|
||||
protected Mock<RestProvider> MockedRestProvider { get; private set; }
|
||||
|
||||
|
||||
private string VirtualPath
|
||||
{
|
||||
get
|
||||
@@ -41,7 +39,6 @@ namespace NzbDrone.Test.Common
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
protected string TempFolder { get; private set; }
|
||||
|
||||
[SetUp]
|
||||
@@ -83,7 +80,6 @@ namespace NzbDrone.Test.Common
|
||||
_mocker = new AutoMoqer(MockBehavior.Strict);
|
||||
}
|
||||
|
||||
|
||||
protected void WithTempAsAppPath()
|
||||
{
|
||||
Mocker.GetMock<EnvironmentProvider>()
|
||||
|
Reference in New Issue
Block a user