mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
ObservableRepositoryDeployKeysClientTests fixes
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Helper.cs" />
|
||||
<Compile Include="Clients\UsersClientTests.cs" />
|
||||
<Compile Include="Reactive\ObservableRespositoryDeployKeysClientTests.cs" />
|
||||
<Compile Include="Reactive\ObservableRepositoryDeployKeysClientTests.cs" />
|
||||
<Compile Include="Reactive\ObservableUserAdministrationClientTests.cs" />
|
||||
<Compile Include="Reactive\ObservableUserEmailsClientTests.cs" />
|
||||
<Compile Include="Reactive\ObservableTeamsClientTests.cs" />
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@ using Octokit.Reactive;
|
||||
using Octokit.Tests.Integration;
|
||||
using Xunit;
|
||||
|
||||
public class ObservableRespositoryDeployKeysClientTests : IDisposable
|
||||
public class ObservableRepositoryDeployKeysClientTests : IDisposable
|
||||
{
|
||||
const string _key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB8IE5+RppLpeW+6lqo0fpfvMunKg6W4bhYCfVJIOYbpKoHP95nTUMZPBT++9NLeB4/YsuNTCrrpnpjc4f2IVpGvloRiVXjAzoJk9QIL6uzn1zRFdvaxSJ3Urhe9LcLHcIgccgZgSdWGzaZI3xtMvGC4diwWNsPjvVc/RyDM/MPqAim0X5XVOQwEFsSsUSraezJ+VgYMYzLYBcKWW0B86HVVhL4ZtmcY/RN2544bljnzw2M3aQvXNPTvkuiUoqLOI+5/qzZ8PfkruO55YtweEd0lkY6oZvrBPMD6dLODEqMHb4tD6htx60wSipNqjPwpOMpzp0Bk3G909unVXi6Fw5";
|
||||
const string _keyTitle = "octokit@github";
|
||||
@@ -14,7 +14,7 @@ public class ObservableRespositoryDeployKeysClientTests : IDisposable
|
||||
Repository _repository;
|
||||
string _owner;
|
||||
|
||||
public ObservableRespositoryDeployKeysClientTests()
|
||||
public ObservableRepositoryDeployKeysClientTests()
|
||||
{
|
||||
var github = Helper.GetAuthenticatedClient();
|
||||
|
||||
Reference in New Issue
Block a user