File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed 
FirebaseRemoteConfig/Tests/Unit Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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"  ];
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments