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 9914059 commit 8864ff9Copy full SHA for 8864ff9
FirebaseRemoteConfig/Tests/Unit/RCNConfigDBManagerTest.m
@@ -114,7 +114,7 @@ - (void)testV1NamespaceMigrationToV2Namespace {
114
115
- (void)testWriteAndLoadMainTableResult {
116
XCTestExpectation *loadConfigContentExpectation =
117
- [self expectationWithDescription:@"Write and read metadata in database serailizedly"];
+ [self expectationWithDescription:@"Write and read metadata in database serializedly"];
118
NSString *namespace_p = @"namespace_1";
119
NSString *bundleIdentifier = [NSBundle mainBundle].bundleIdentifier;
120
__block int count = 0;
0 commit comments