mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 10:25:36 +00:00
just take a breath
This commit is contained in:
@@ -209,6 +209,9 @@ public class PullRequestsClientTests : IDisposable
|
||||
|
||||
await _repositoryCommentsClient.Create(Helper.UserName, _repository.Name, newCommit.Sha, new NewCommitComment("I am a nice comment") { Path = "README.md", Position = 1 });
|
||||
|
||||
// don't try this at home
|
||||
await Task.Delay(TimeSpan.FromSeconds(5));
|
||||
|
||||
var result = await _fixture.Commits(Helper.UserName, _repository.Name, pullRequest.Number);
|
||||
|
||||
Assert.Equal(2, result.Count);
|
||||
|
||||
Reference in New Issue
Block a user