mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-28 08:58:37 +00:00
a bit of cleanup
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user