recovered tests

This commit is contained in:
Jiaming Chen
2015-10-09 16:57:34 -07:00
committed by Ryan Gribble
parent 63850bbc87
commit da35bcff24
+2 -2
View File
@@ -1046,7 +1046,7 @@ namespace Octokit.Tests.Clients
Arg.Is<Dictionary<string, string>>(d => d["q"] == "something+created:2014-01-01..2014-02-02"));
}
/*[Fact]
[Fact]
public void TestingTheMergedQualifier_GreaterThan()
{
var connection = Substitute.For<IApiConnection>();
@@ -1119,7 +1119,7 @@ namespace Octokit.Tests.Clients
connection.Received().Get<SearchIssuesResult>(
Arg.Is<Uri>(u => u.ToString() == "search/issues"),
Arg.Is<Dictionary<string, string>>(d => d["q"] == "something+merged:2014-01-01..2014-02-02"));
}*/
}
[Fact]
public void TestingTheUpdatedQualifier_GreaterThan()