mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed broken tests
This commit is contained in:
@@ -14,8 +14,6 @@ namespace NzbDrone.Core.Test.Framework
|
||||
{
|
||||
static TestBase()
|
||||
{
|
||||
InitLogging();
|
||||
|
||||
var oldDbFiles = Directory.GetFiles(Directory.GetCurrentDirectory(), "*.sdf", SearchOption.AllDirectories);
|
||||
foreach (var file in oldDbFiles)
|
||||
{
|
||||
@@ -47,6 +45,8 @@ namespace NzbDrone.Core.Test.Framework
|
||||
[SetUp]
|
||||
public virtual void SetupBase()
|
||||
{
|
||||
InitLogging();
|
||||
|
||||
ExceptionVerification.Reset();
|
||||
if (Directory.Exists(TempFolder))
|
||||
{
|
||||
|
Reference in New Issue
Block a user