#492 minor changes

This commit is contained in:
jlukawska
2019-11-11 21:47:31 +01:00
parent f0667471dd
commit 90c5676887
2 changed files with 4 additions and 3 deletions

View File

@ -117,7 +117,8 @@ namespace Ocelot.UnitTests.Requester
x => x.LogError(
It.IsAny<string>(),
It.IsAny<Exception>()
));
),
Times.Once);
}
}
}