mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04: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