mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
recovered tests
This commit is contained in:
committed by
Ryan Gribble
parent
63850bbc87
commit
da35bcff24
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user