Fix up tests

This commit is contained in:
Haacked
2013-10-15 14:17:19 -07:00
parent dcebd1f78a
commit c839c33b5a
-3
View File
@@ -337,10 +337,7 @@ namespace Octokit.Tests.Http
req.Method == HttpMethod.Post &&
req.Endpoint == new Uri("/endpoint", UriKind.Relative)));
}
}
public class ThePostRawAsyncMethod
{
[Fact]
public async Task SendsProperlyFormattedPostRequestWithCorrectHeaders()
{