updated test

This commit is contained in:
Tony Tam 2015-04-04 16:58:28 -07:00
parent 09346c761b
commit e114875f02

View File

@ -62,7 +62,7 @@
if(error) {
XCTFail(@"got error %@", error);
}
[api getPetByIdWithCompletionBlock:@1000 completionHandler:^(SWGPet *output, NSError *error) {
[api getPetByIdWithCompletionBlock:[pet _id] completionHandler:^(SWGPet *output, NSError *error) {
if(error) {
XCTFail(@"got error %@", error);
}