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:
@@ -23,6 +23,13 @@ namespace NzbDrone.Core.Test.Framework
|
||||
{
|
||||
Mocker.SetConstant<IHttpProvider>(new HttpProvider());
|
||||
}
|
||||
|
||||
protected void UseRealDisk()
|
||||
{
|
||||
Mocker.SetConstant<IDiskProvider>(new DiskProvider());
|
||||
WithTempAsAppPath();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public abstract class CoreTest<TSubject> : CoreTest where TSubject : class
|
||||
|
Reference in New Issue
Block a user