Fixes as per PR review comments

This commit is contained in:
Henrik Andersson
2016-06-06 23:25:40 +10:00
parent df9ffd9b0d
commit 77b04efbdd
12 changed files with 38 additions and 39 deletions
@@ -30,7 +30,7 @@ namespace Octokit.Tests.Integration.Helpers
var api = Helper.GetBasicAuthClient();
try
{
api.User.GpgKeys.Delete(Key.Id).Wait(TimeSpan.FromSeconds(15));
api.User.GpgKey.Delete(Key.Id).Wait(TimeSpan.FromSeconds(15));
}
catch { }
}