Make null check wait.
This commit is contained in:
parent
7c538aaa67
commit
88e2740378
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@
|
||||||
} failure:nil];
|
} failure:nil];
|
||||||
|
|
||||||
expect([self.client.operationQueue operationCount]).will.equal(0);
|
expect([self.client.operationQueue operationCount]).will.equal(0);
|
||||||
expect(blockResponseObject).notTo.beNil();
|
expect(blockResponseObject).willNot.beNil();
|
||||||
expect(blockResponseObject).to.beKindOf([NSData class]);
|
expect(blockResponseObject).to.beKindOf([NSData class]);
|
||||||
|
|
||||||
NSError *error = nil;
|
NSError *error = nil;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue