Skip to content

Commit 0f7fd3f

Browse files
committed
Fix merge mistake
1 parent 32aa15c commit 0f7fd3f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

FirebaseRemoteConfig/Tests/Unit/RCNConfigDBManagerTest.m

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@ - (void)testWriteAndLoadMainTableResult {
157157
}];
158158
}
159159

160+
/// Column names in metadata table
161+
static NSString *const RCNKeyBundleIdentifier = @"bundle_identifier";
162+
static NSString *const RCNKeyNamespace = @"namespace";
163+
static NSString *const RCNKeyFetchTime = @"fetch_time";
164+
static NSString *const RCNKeyDigestPerNamespace = @"digest_per_ns";
165+
static NSString *const RCNKeyDeviceContext = @"device_context";
166+
static NSString *const RCNKeyAppContext = @"app_context";
167+
static NSString *const RCNKeySuccessFetchTime = @"success_fetch_time";
168+
static NSString *const RCNKeyFailureFetchTime = @"failure_fetch_time";
169+
static NSString *const RCNKeyLastFetchStatus = @"last_fetch_status";
170+
static NSString *const RCNKeyLastFetchError = @"last_fetch_error";
171+
static NSString *const RCNKeyLastApplyTime = @"last_apply_time";
172+
static NSString *const RCNKeyLastSetDefaultsTime = @"last_set_defaults_time";
173+
160174
- (void)testWriteAndLoadMetadataResult {
161175
XCTestExpectation *writeAndLoadMetadataExpectation =
162176
[self expectationWithDescription:@"Write and load metadata in database successfully"];

0 commit comments

Comments
 (0)