mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixup! Update packages
This commit is contained in:
parent
51a57e4918
commit
e5edc8bbf7
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue