mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-28 12:22:14 +01:00
Rewrite some unit-integration-tests to unit-tests (#206)
This commit is contained in:
@@ -60,7 +60,7 @@ namespace WireMock.Net.Tests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void RequestBuilder_WithHeader_String_IExactMatcher()
|
||||
public void RequestBuilder_WithHeader_String_IStringMatcher()
|
||||
{
|
||||
// Act
|
||||
var requestBuilder = (Request)Request.Create().WithHeader("h", new ExactMatcher("v"));
|
||||
|
||||
Reference in New Issue
Block a user