Fix test broken by merge.

pull/7846/head
Mark D. Roth 8 years ago
parent 3ad6188920
commit 9717e5fe93
  1. 2
      test/core/end2end/tests/max_message_length.c

@ -180,7 +180,7 @@ static void test_max_message_length(grpc_end2end_test_config config,
GPR_ASSERT(GRPC_CALL_OK == error);
if (send_limit) {
cq_expect_completion(cqv, tag(1), 1);
CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
cq_verify(cqv);
goto done;
}

Loading…
Cancel
Save