瀏覽代碼

Fix typo of the FirebaseAppDistribution files (#13345)

Seyed Mojtaba Hosseini Zeidabadi 1 年之前
父節點
當前提交
2557abc7eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FirebaseAppDistribution/Tests/Unit/FIRAppDistributionTests.m

+ 1 - 1
FirebaseAppDistribution/Tests/Unit/FIRAppDistributionTests.m

@@ -244,7 +244,7 @@
   [self mockFetchReleasesCompletion:_mockReleases error:nil];
   XCTestExpectation *expectation =
       [self expectationWithDescription:
-                @"Persist sign in state fails when the delegate recieves a failure."];
+                @"Persist sign in state fails when the delegate receives a failure."];
 
   [[self appDistribution] signInTesterWithCompletion:^(NSError *_Nullable error) {
     XCTAssertNotNil(error);