mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix test error due to DryIOC update
This commit is contained in:
@@ -96,6 +96,11 @@ namespace NzbDrone.Test.Common.AutoMoq
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (serviceType == typeof(System.Text.Json.Serialization.JsonConverter))
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
// get the Mock object for the abstract class or interface
|
// get the Mock object for the abstract class or interface
|
||||||
if (serviceType.IsInterface || serviceType.IsAbstract)
|
if (serviceType.IsInterface || serviceType.IsAbstract)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user