mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed broken tests.
This commit is contained in:
parent
64df2229d6
commit
02c175950b
3 changed files with 7 additions and 3 deletions
|
@ -74,7 +74,6 @@ namespace NzbDrone.Test.Common
|
|||
[SetUp]
|
||||
public void TestBaseSetup()
|
||||
{
|
||||
WithTempAsAppPath();
|
||||
|
||||
GetType().IsPublic.Should().BeTrue("All Test fixtures should be public to work in mono.");
|
||||
|
||||
|
@ -88,7 +87,6 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
MockedRestProvider = new Mock<RestProvider>();
|
||||
|
||||
|
||||
Directory.CreateDirectory(TempFolder);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue