Paul Beusterien 5 лет назад
Родитель
Сommit
8864ff9e41
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FirebaseRemoteConfig/Tests/Unit/RCNConfigDBManagerTest.m

+ 1 - 1
FirebaseRemoteConfig/Tests/Unit/RCNConfigDBManagerTest.m

@@ -114,7 +114,7 @@
 
 - (void)testWriteAndLoadMainTableResult {
   XCTestExpectation *loadConfigContentExpectation =
-      [self expectationWithDescription:@"Write and read metadata in database serailizedly"];
+      [self expectationWithDescription:@"Write and read metadata in database serializedly"];
   NSString *namespace_p = @"namespace_1";
   NSString *bundleIdentifier = [NSBundle mainBundle].bundleIdentifier;
   __block int count = 0;