Tests passed using Mock
This commit is contained in:
@ -65,7 +65,7 @@ public class InboundRepository : IInboundRepository
|
||||
else
|
||||
{
|
||||
inboundDataService.ValidateJSONFields(jToken, 0, metaData, result.Errors, result.Warnings);
|
||||
if (!result.Errors.Any())
|
||||
if (result.Errors.Count == 0)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user