Add WireMock.Net.TUnit project (#1179)

* Add WireMock.Net.TUnit project

* fix

* .

* fix

* bd

* 0.1.812

* dotnet test

* 0.1.817

* cat

* type

* type2

* find

* -- --diagnostic

* --no-build

* fix?
This commit is contained in:
Stef Heyenrath
2024-09-25 08:52:40 +02:00
committed by GitHub
parent 836976ca19
commit b892e85d2a
8 changed files with 198 additions and 8 deletions

View File

@@ -73,8 +73,6 @@ public sealed class TestOutputHelperWireMockLogger : IWireMockLogger
private static string Format(string level, string formatString, params object[] args)
{
Guard.NotNull(formatString);
var message = args.Length > 0 ? string.Format(formatString, args) : formatString;
return $"{DateTime.UtcNow} [{level}] : {message}";
}