File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-perf/src/test/java/com/google/firebase/perf/session/gauges Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,11 +159,11 @@ public void testStartCollectingGaugesStartsCollectingMetricsInForegroundState()
159
159
testStartCollectingGaugesStartCollectingMetricsWithUnknownApplicationProcessStateInForegroundState () {
160
160
PerfSession fakeSession = createTestSession (1 );
161
161
testGaugeManager .startCollectingGauges (fakeSession );
162
- verify (fakeCpuGaugeCollector , never () )
162
+ verify (fakeCpuGaugeCollector )
163
163
.startCollecting (
164
164
eq (DEFAULT_CPU_GAUGE_COLLECTION_FREQUENCY_FG_MS ),
165
165
ArgumentMatchers .nullable (Timer .class ));
166
- verify (fakeMemoryGaugeCollector , never () )
166
+ verify (fakeMemoryGaugeCollector )
167
167
.startCollecting (
168
168
eq (DEFAULT_CPU_GAUGE_COLLECTION_FREQUENCY_FG_MS ),
169
169
ArgumentMatchers .nullable (Timer .class ));
You can’t perform that action at this time.
0 commit comments