mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
Add unit test for ObservableMiscellaneousClient
Fix observable's constructor (obsoleting old constructor) to make it consistent with the other API clients
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Octokit.Reactive
|
||||
Authorization = new ObservableAuthorizationsClient(gitHubClient);
|
||||
Activity = new ObservableActivitiesClient(gitHubClient);
|
||||
Issue = new ObservableIssuesClient(gitHubClient);
|
||||
Miscellaneous = new ObservableMiscellaneousClient(gitHubClient.Miscellaneous);
|
||||
Miscellaneous = new ObservableMiscellaneousClient(gitHubClient);
|
||||
Notification = new ObservableNotificationsClient(gitHubClient);
|
||||
Oauth = new ObservableOauthClient(gitHubClient);
|
||||
Organization = new ObservableOrganizationsClient(gitHubClient);
|
||||
|
||||
Reference in New Issue
Block a user