Fixed some errors after merge

This commit is contained in:
Kristian Hellang
2013-11-25 23:48:42 +01:00
parent 0d0cf18b2e
commit 88c5a9a703
8 changed files with 5 additions and 6 deletions
@@ -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
+1
View File
@@ -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" />