Fix objective-C test case.

pull/7846/head
Mark D. Roth 9 years ago
parent 7331a7aa62
commit a4d9ee23c2
  1. 2
      src/objective-c/tests/InteropTests.m

@ -180,7 +180,7 @@
// - If you're developing the server, consider using response streaming, or let clients filter
// responses by setting a google.protobuf.FieldMask in the request:
// https://github.com/google/protobuf/blob/master/src/google/protobuf/field_mask.proto
XCTAssertEqualObjects(error.localizedDescription, @"Max message size exceeded");
XCTAssertEqualObjects(error.localizedDescription, @"Received message larger than max (4194305 vs. 4194304)");
[expectation fulfill];
}];

Loading…
Cancel
Save