File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
FirebasePerformance/Tests/Unit Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ - (void)testTraceCreationWhenSDKFlagDisabled {
125
125
126
126
// Trigger the RC config fetch
127
127
remoteConfig.lastFetchTime = nil ;
128
+ configFlags.appStartConfigFetchDelayInSeconds = 0.0 ;
128
129
[configFlags update ];
129
130
130
131
XCTAssertNil ([[FPRNetworkTrace alloc ] initWithURLRequest: self .testURLRequest]);
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ - (void)testGaugeCollectionEnabledWhenSDKFlagEnabled {
75
75
76
76
// Trigger the RC config fetch
77
77
remoteConfig.lastFetchTime = nil ;
78
+ configFlags.appStartConfigFetchDelayInSeconds = 0.0 ;
78
79
[configFlags update ];
79
80
80
81
[FPRGaugeManager sharedInstance ].isColdStart = NO ;
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ - (void)testMetricCreationWhenSDKFlagDisabled {
103
103
104
104
// Trigger the RC config fetch
105
105
remoteConfig.lastFetchTime = nil ;
106
+ configFlags.appStartConfigFetchDelayInSeconds = 0.0 ;
106
107
[configFlags update ];
107
108
108
109
XCTAssertNil ([[FIRHTTPMetric alloc ] initWithURL: self .sampleURL HTTPMethod: FIRHTTPMethodGET]);
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ - (void)testTraceCreationWhenSDKFlagDisabled {
83
83
84
84
// Trigger the RC config fetch
85
85
remoteConfig.lastFetchTime = nil ;
86
+ configFlags.appStartConfigFetchDelayInSeconds = 0.0 ;
86
87
[configFlags update ];
87
88
88
89
XCTAssertNil ([[FIRTrace alloc ] initWithName: @" Random" ]);
You can’t perform that action at this time.
0 commit comments