mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Application data is now stored in %APPDATA%\NzbDrone
This commit is contained in:
parent
8d577ee2ef
commit
4a705e9a92
2 changed files with 3 additions and 11 deletions
|
@ -1,7 +1,5 @@
|
|||
|
||||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
using FluentAssertions;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common;
|
||||
|
@ -18,9 +16,6 @@ namespace NzbDrone.Update.Test
|
|||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
Mocker.GetMock<IEnvironmentProvider>()
|
||||
.Setup(c => c.StartUpPath).Returns(@"C:\Temp\NzbDrone_update\");
|
||||
|
||||
Mocker.GetMock<IEnvironmentProvider>()
|
||||
.Setup(c => c.SystemTemp).Returns(@"C:\Temp\");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue