mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Release v0.25 - She'll be Comin' Round the Mountain (#1656)
* Run `build -Target FormatCode` to fixup whitespace etc * Fix delete release asset integration test * Fix repository fork test * Fix pagination test for PR Review Request * First cut of release notes * update release notes * Update release notes * include links to contributors * Add breaking changes/advisories section * Tidy up formatting * Tidy up wording
This commit is contained in:
@@ -185,7 +185,7 @@ namespace Octokit.Tests.Reactive
|
||||
client.Get(1);
|
||||
|
||||
gitHubClient.Repository.Project.Received().Get(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class TheCreateForRepositoryMethod
|
||||
@@ -200,7 +200,7 @@ namespace Octokit.Tests.Reactive
|
||||
client.CreateForRepository(1, newProject);
|
||||
|
||||
gitHubClient.Repository.Project.Received().CreateForRepository(1, newProject);
|
||||
}
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task EnsuresNonNullArguments()
|
||||
@@ -250,7 +250,7 @@ namespace Octokit.Tests.Reactive
|
||||
client.Update(1, updateProject);
|
||||
|
||||
gitHubClient.Repository.Project.Received().Update(1, updateProject);
|
||||
}
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task EnsuresNonNullArguments()
|
||||
@@ -273,7 +273,7 @@ namespace Octokit.Tests.Reactive
|
||||
client.Delete(1);
|
||||
|
||||
gitHubClient.Repository.Project.Received().Delete(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user