mirror of
https://github.com/Radarr/Radarr
synced 2025-12-31 20:55:25 +01:00
Fix test error due to DryIOC update
This commit is contained in:
parent
ac3d4bee35
commit
fb25422922
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ private IContainer CreateTestContainer(IContainer container)
|
|||
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…
Reference in a new issue