diff --git a/Octokit/Clients/IRepositoryInvitationsClient.cs b/Octokit/Clients/IRepositoryInvitationsClient.cs index 4749fbea73..d733471483 100644 --- a/Octokit/Clients/IRepositoryInvitationsClient.cs +++ b/Octokit/Clients/IRepositoryInvitationsClient.cs @@ -51,7 +51,6 @@ public interface IRepositoryInvitationsClient /// /// Thrown when a general API error occurs. [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] - [ExcludeFromPaginationApiOptionsConventionTest("TODO: Implement pagination for this method")] Task> GetAllForCurrent(); /// @@ -73,7 +72,6 @@ public interface IRepositoryInvitationsClient /// /// The id of the repository /// Thrown when a general API error occurs. - [ExcludeFromPaginationApiOptionsConventionTest("TODO: Implement pagination for this method")] Task> GetAllForRepository(long repositoryId); ///