Skip to content

Commit 8864ff9

Browse files
authored
Fix typo in test (#7255)
1 parent 9914059 commit 8864ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Tests/Unit/RCNConfigDBManagerTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ - (void)testV1NamespaceMigrationToV2Namespace {
114114

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

0 commit comments

Comments
 (0)