mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user