More integration tests for Issues and Milestones

This commit is contained in:
Haacked
2013-10-23 15:18:28 -07:00
parent e1d618dcaa
commit f89c25a03b
20 changed files with 876 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Octokit
{
public class NotificationsClient : ApiClient, INotificationsClient
{
public NotificationsClient(IApiConnection client) : base(client)
public NotificationsClient(IApiConnection apiConnection) : base(apiConnection)
{
}