removed some code we dont need as not expecting any errors so should just throw an exception to the global handler

This commit is contained in:
Tom Gardham-Pallister
2017-02-06 21:47:08 +00:00
parent a4495b8fa9
commit 0a66051b92
14 changed files with 37 additions and 49 deletions

View File

@ -114,7 +114,7 @@ namespace Ocelot.UnitTests.LoadBalancer
throw new NotImplementedException();
}
public Response Release(HostAndPort hostAndPort)
public void Release(HostAndPort hostAndPort)
{
throw new NotImplementedException();
}
@ -127,7 +127,7 @@ namespace Ocelot.UnitTests.LoadBalancer
throw new NotImplementedException();
}
public Response Release(HostAndPort hostAndPort)
public void Release(HostAndPort hostAndPort)
{
throw new NotImplementedException();
}