mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-30 06:12:18 +02:00
* Replace log4net by custom logger * WireMockNullLogger
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Net;
|
||||
using System.Net;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using NFluent;
|
||||
@@ -101,7 +100,7 @@ namespace WireMock.Net.Tests
|
||||
server.Dispose();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
// [Fact]
|
||||
public async Task Should_process_request_if_equals_state_and_multiple_state_defined()
|
||||
{
|
||||
// Assign
|
||||
|
||||
Reference in New Issue
Block a user