mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
moved data from Roaming to ProgramData.
Cleaned up DiskProvider
This commit is contained in:
@@ -15,8 +15,8 @@ namespace NzbDrone.Update.Test
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
Mocker.GetMock<IAppDirectoryInfo>()
|
||||
.Setup(c => c.SystemTemp).Returns(@"C:\Temp\");
|
||||
Mocker.GetMock<IAppFolderInfo>()
|
||||
.Setup(c => c.TempFolder).Returns(@"C:\Temp\");
|
||||
}
|
||||
|
||||
[TestCase(null)]
|
||||
|
||||
Reference in New Issue
Block a user