mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Add ApiOption overloads to methods on I(Observable)RepositoryCommentsClient (#1310)
This commit is contained in:
committed by
Brendan Forster
parent
f1771aa3f1
commit
26cc074d74
@@ -122,8 +122,8 @@ namespace Octokit.Tests.Reactive
|
||||
|
||||
private void SetupWithNonReactiveClient()
|
||||
{
|
||||
var deploymentsClient = new RepoCollaboratorsClient(Substitute.For<IApiConnection>());
|
||||
_githubClient.Repository.Collaborator.Returns(deploymentsClient);
|
||||
var collaboratorsClient = new RepoCollaboratorsClient(Substitute.For<IApiConnection>());
|
||||
_githubClient.Repository.Collaborator.Returns(collaboratorsClient);
|
||||
_client = new ObservableRepoCollaboratorsClient(_githubClient);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user