mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Fix the ReturnsCorrectCountOfCommitStatusWithoutStart Test
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Octokit.Tests.Integration.Reactive
|
||||
|
||||
var commitStatus = await _commitStatusClient.GetAll(owner, name ,reference , options).ToList();
|
||||
|
||||
Assert.Equal(5, commitStatus.Count);
|
||||
Assert.Equal(2, commitStatus.Count);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
|
||||
Reference in New Issue
Block a user