From da35bcff24cdaa82498a74d7dc40d2f3b564bc08 Mon Sep 17 00:00:00 2001 From: Jiaming Chen Date: Fri, 9 Oct 2015 16:57:34 -0700 Subject: [PATCH] recovered tests --- Octokit.Tests/Clients/SearchClientTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Octokit.Tests/Clients/SearchClientTests.cs b/Octokit.Tests/Clients/SearchClientTests.cs index b59a733c..1d9421e9 100644 --- a/Octokit.Tests/Clients/SearchClientTests.cs +++ b/Octokit.Tests/Clients/SearchClientTests.cs @@ -1046,7 +1046,7 @@ namespace Octokit.Tests.Clients Arg.Is>(d => d["q"] == "something+created:2014-01-01..2014-02-02")); } - /*[Fact] + [Fact] public void TestingTheMergedQualifier_GreaterThan() { var connection = Substitute.For(); @@ -1119,7 +1119,7 @@ namespace Octokit.Tests.Clients connection.Received().Get( Arg.Is(u => u.ToString() == "search/issues"), Arg.Is>(d => d["q"] == "something+merged:2014-01-01..2014-02-02")); - }*/ + } [Fact] public void TestingTheUpdatedQualifier_GreaterThan()