mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Replaced deprecated NBuilder calls.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||
{
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
public virtual void Setup()
|
||||
{
|
||||
ExceptionVerification.Reset();
|
||||
if (Directory.Exists(TempFolder))
|
||||
|
Reference in New Issue
Block a user