Fix some test-related build warnings

This commit is contained in:
Philip Wood
2017-07-18 09:31:26 +01:00
parent 8042bbab2c
commit 84743ede0e
2 changed files with 1 additions and 2 deletions

View File

@ -28,6 +28,7 @@ namespace Ocelot.UnitTests.ServiceDiscovery
.BDDfy();
}
[Fact]
public void should_lookup_service()
{
this.Given(x => x.GivenAServiceIsRegistered("product", "localhost:600", 80))