This commit is contained in:
Stef Heyenrath
2017-01-18 08:19:57 +01:00
parent 8f02e99a00
commit 9d1fd8fd51
5 changed files with 89 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ namespace WireMock.Net.Tests.Http
public class TinyHttpServerTests
{
[Test]
public void Should_Call_Handler_on_Request()
public void Should_call_handler_on_request()
{
// given
var port = Ports.FindFreeTcpPort();