Fixes for WireMock.Net.FluentAssertions (callcount behaviour) (#832)

* UsingAnyMethod

* fix

* .
This commit is contained in:
Stef Heyenrath
2022-10-17 21:50:24 +02:00
committed by GitHub
parent fb8fec0376
commit 306c69f478
3 changed files with 66 additions and 24 deletions

View File

@@ -12,7 +12,6 @@ using WireMock.RegularExpressions;
using WireMock.Types;
#if USE_ASPNETCORE
using Microsoft.Extensions.DependencyInjection;
using WireMock.Types;
#endif
namespace WireMock.Settings