diff --git a/src/objective-c/tests/APIv2Tests/APIv2Tests.m b/src/objective-c/tests/APIv2Tests/APIv2Tests.m index d681163419d..28f94cd8c77 100644 --- a/src/objective-c/tests/APIv2Tests/APIv2Tests.m +++ b/src/objective-c/tests/APIv2Tests/APIv2Tests.m @@ -277,6 +277,7 @@ static const NSTimeInterval kTestTimeout = 16; callOptions:options]; [call writeData:[NSData data]]; [call start]; + [call finish]; [self waitForExpectationsWithTimeout:kTestTimeout handler:nil]; } @@ -312,6 +313,7 @@ static const NSTimeInterval kTestTimeout = 16; callOptions:options]; [call writeData:[request data]]; [call start]; + [call finish]; [self waitForExpectationsWithTimeout:kTestTimeout handler:nil]; }