Skip to content

Instantly share code, notes, and snippets.

@amrox
Created August 5, 2011 05:43
Show Gist options
  • Select an option

  • Save amrox/1126975 to your computer and use it in GitHub Desktop.

Select an option

Save amrox/1126975 to your computer and use it in GitHub Desktop.
__block BOOL done = NO;
[userService updateUser:user
completionHandler:^(NSError* error) {
STAssertNil( error, @"error: %@", error );
done = YES;
}];
TEST_WAIT_UNTIL_TRUE(done);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment