Release v0.32 - App-stravaganza! (#1864)

* generate release notes

* fix failing test

* fix repository hooks tests (seems like agilezen causes a problem)

* run FormatCode build task

* update release notes to include issue labels fix

* fix release date
This commit is contained in:
Ryan Gribble
2018-09-09 10:24:22 +10:00
committed by GitHub
parent cee6635861
commit 050b85b83d
7 changed files with 45 additions and 12 deletions

View File

@@ -83,9 +83,9 @@ namespace Octokit.Tests.Integration.Clients
var options = new ApiOptions
{
PageSize = 2,
PageSize = 3,
PageCount = 1,
StartPage = 3
StartPage = 2
};
var hooks = await github.Repository.Hooks.GetAll(_fixture.RepositoryOwner, _fixture.RepositoryName, options);
@@ -100,9 +100,9 @@ namespace Octokit.Tests.Integration.Clients
var options = new ApiOptions
{
PageSize = 2,
PageSize = 3,
PageCount = 1,
StartPage = 3
StartPage = 2
};
var hooks = await github.Repository.Hooks.GetAll(_fixture.RepositoryId, options);