aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/APIv2Tests/APIv2Tests.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-14 16:10:10 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-14 16:10:10 -0800
commitb22120f69601450d4cbdc6957f661ba7ec29ca3a (patch)
tree96dd61957dd481fb0e3d07e52281e82fd4dd8deb /src/objective-c/tests/APIv2Tests/APIv2Tests.m
parentc83ab56fe1d4bc6e5c3cebbc4943505eaf6ea74a (diff)
Test fix
Diffstat (limited to 'src/objective-c/tests/APIv2Tests/APIv2Tests.m')
-rw-r--r--src/objective-c/tests/APIv2Tests/APIv2Tests.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/tests/APIv2Tests/APIv2Tests.m b/src/objective-c/tests/APIv2Tests/APIv2Tests.m
index d681163419..28f94cd8c7 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];
}