From 0ebda0de8122ab6de4ec76728ab46a98f6b1b76e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 11 Jul 2016 17:44:56 -0700 Subject: [PATCH] reactions are in! --- Octokit.Tests.Integration/Helpers/Audit/Section.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Octokit.Tests.Integration/Helpers/Audit/Section.cs b/Octokit.Tests.Integration/Helpers/Audit/Section.cs index b2856663..9e052f48 100644 --- a/Octokit.Tests.Integration/Helpers/Audit/Section.cs +++ b/Octokit.Tests.Integration/Helpers/Audit/Section.cs @@ -43,6 +43,7 @@ namespace Octokit.Tests.Integration { "deployments", "deployment" }, { "emails", "email" }, { "contents", "content" }, + { "reactions", "reaction" }, // replace abbreviation with something more user-friendly { "pulls", "pullrequest" }, { "repos", "repository" },