We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c941e2f commit a71dbafCopy full SHA for a71dbaf
FirebaseFunctions/Tests/ObjCIntegration/FIRIntegrationTests.m
@@ -255,6 +255,7 @@ - (void)testHttpError {
255
completion:^(FIRHTTPSCallableResult *_Nullable result, NSError *_Nullable error) {
256
XCTAssertNotNil(error);
257
XCTAssertEqual(FIRFunctionsErrorCodeInvalidArgument, error.code);
258
+ XCTAssertEqualObjects(error.localizedDescription, @"INVALID ARGUMENT");
259
[expectation fulfill];
260
}];
261
[self waitForExpectations:@[ expectation ] timeout:10];
0 commit comments