Fix test error due to DryIOC update

pull/1121/head
Qstick 2 years ago
parent 59e5b5bd52
commit 99816bfd36

@ -96,6 +96,11 @@ namespace NzbDrone.Test.Common.AutoMoq
return null;
}
if (serviceType == typeof(System.Text.Json.Serialization.JsonConverter))
{
return null;
}
// get the Mock object for the abstract class or interface
if (serviceType.IsInterface || serviceType.IsAbstract)
{

Loading…
Cancel
Save