You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertEqual((int)[records count], 0, @"expected no result");
667
662
} else {
668
663
NSLog(@"[testCreateQuerySearchDelete] SOQL poll never got a valid response — server may have been briefly unreachable during post-delete verification");
669
664
}
670
-
665
+
671
666
// check the deleted object is here
672
667
request = [[SFRestAPI sharedInstance] requestForQueryAll:[NSStringstringWithFormat:@"select Id, FirstName from Contact where LastName='%@'", lastName] apiVersion:kSFRestDefaultAPIVersion];
0 commit comments