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)
{