renaming things is hard

This commit is contained in:
Brendan Forster
2015-05-31 20:34:29 +09:30
parent be57a70c71
commit d7d7efd2c7
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ namespace Octokit.Tests.Http
sealed class HttpClientAdapterTester : HttpClientAdapter
{
public HttpClientAdapterTester()
: base (HttpMessageHandlerFactory.GetHandler)
: base(HttpMessageHandlerFactory.CreateDefault)
{
}