From 88e2740378241de6faeeed9551abd3b451cde140 Mon Sep 17 00:00:00 2001 From: Carson McDonald Date: Fri, 19 Jul 2013 15:26:27 -0400 Subject: [PATCH] Make null check wait. --- Tests/AFHTTPClientTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AFHTTPClientTests.m b/Tests/AFHTTPClientTests.m index 5fab52d..d7188b2 100644 --- a/Tests/AFHTTPClientTests.m +++ b/Tests/AFHTTPClientTests.m @@ -265,7 +265,7 @@ } failure:nil]; expect([self.client.operationQueue operationCount]).will.equal(0); - expect(blockResponseObject).notTo.beNil(); + expect(blockResponseObject).willNot.beNil(); expect(blockResponseObject).to.beKindOf([NSData class]); NSError *error = nil;