mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed broken test
log file is not kept open anymore
This commit is contained in:
@@ -22,7 +22,6 @@ namespace NzbDrone.Test.Common
|
||||
{
|
||||
_subject = null;
|
||||
|
||||
Mocker.SetConstant<ICacheManger>(new CacheManger());
|
||||
}
|
||||
|
||||
protected TSubject Subject
|
||||
@@ -77,6 +76,7 @@ namespace NzbDrone.Test.Common
|
||||
{
|
||||
GetType().IsPublic.Should().BeTrue("All Test fixtures should be public to work in mono.");
|
||||
|
||||
Mocker.SetConstant<ICacheManger>(new CacheManger());
|
||||
|
||||
Mocker.SetConstant(LogManager.GetLogger("TestLogger"));
|
||||
|
||||
@@ -86,6 +86,7 @@ namespace NzbDrone.Test.Common
|
||||
|
||||
MockedRestProvider = new Mock<RestProvider>();
|
||||
|
||||
|
||||
Directory.CreateDirectory(TempFolder);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user