mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
Fixed some errors after merge
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Reactive;
|
||||
using System.Reactive.Threading.Tasks;
|
||||
|
||||
using Octokit.Reactive.Internal;
|
||||
|
||||
namespace Octokit.Reactive
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using NSubstitute;
|
||||
using Octokit;
|
||||
using Octokit.Tests.Helpers;
|
||||
using Xunit;
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using NSubstitute;
|
||||
using Octokit;
|
||||
using Xunit;
|
||||
|
||||
public class GistsClientTests
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using NSubstitute;
|
||||
using Octokit;
|
||||
using Xunit;
|
||||
|
||||
public class GitDatabaseClientTests
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using NSubstitute;
|
||||
using Octokit;
|
||||
using Octokit.Internal;
|
||||
using Octokit.Tests.Helpers;
|
||||
using Xunit;
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using NSubstitute;
|
||||
|
||||
using Octokit.Tests.Helpers;
|
||||
|
||||
using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Clients
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using System;
|
||||
|
||||
using Octokit;
|
||||
|
||||
using Xunit;
|
||||
|
||||
public class NewReferenceTests
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<Compile Include="Authentication\CredentialsTests.cs" />
|
||||
<Compile Include="Clients\GistsClientTests.cs" />
|
||||
<Compile Include="Clients\BlobClientTests.cs" />
|
||||
<Compile Include="Clients\ReferencesClientTests.cs" />
|
||||
<Compile Include="Clients\RepoCollaboratorsClientTests.cs" />
|
||||
<Compile Include="Clients\EventsClientTests.cs" />
|
||||
<Compile Include="Clients\AssigneesClientTests.cs" />
|
||||
|
||||
Reference in New Issue
Block a user