mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
bugfix for PR commits having different shape to regular commits
This commit is contained in:
@@ -183,7 +183,7 @@ public class PullRequestsClientTests : IDisposable
|
||||
var result = await _fixture.Commits(Helper.UserName, _repository.Name, pullRequest.Number);
|
||||
|
||||
Assert.Equal(1, result.Count);
|
||||
Assert.Equal("this is the commit to merge into the pull request", result[0].Message);
|
||||
Assert.Equal("this is the commit to merge into the pull request", result[0].Commit.Message);
|
||||
}
|
||||
|
||||
async Task CreateTheWorld()
|
||||
|
||||
Reference in New Issue
Block a user