a bit of cleanup

This commit is contained in:
Brendan Forster
2016-02-17 11:14:39 +11:00
parent b97254c5a7
commit e27b58d043
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Octokit.Tests.Conventions
{
public class PaginationTests
{
[Theory(Skip = "Disable this to run it and find all the places where things break")]
[Theory(Skip = "Enable this to run it and find all the places where things break")]
[MemberData("GetClientInterfaces")]
public void CheckObservableClients(Type clientInterface)
{
+1 -1
View File
@@ -20,7 +20,7 @@ namespace Octokit.Tests.Clients
client.Received().GetAll<Release>(Arg.Is<Uri>(u => u.ToString() == "repos/fake/repo/releases"),
null,
AcceptHeaders.StableVersion,
"application/vnd.github.v3",
Args.ApiOptions);
}
-2
View File
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;