mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 09:22:25 +00:00
Updating Test
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Octokit.Tests.Reactive
|
||||
|
||||
releasesClient.Create("fake", "repo", data);
|
||||
|
||||
gitHubClient.Release.Received(1).Create("fake", "repo", data);
|
||||
gitHubClient.Repository.Release.Received(1).Create("fake", "repo", data);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user