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 @@ -331,7 +331,7 @@ public void stopCollectingGauges_invalidGaugeCollectionFrequency_appInForeground
331
331
}
332
332
333
333
@ Test
334
- public void testGaugeCounterStartsAJobToConsumeTheGeneratedMetrics () throws InterruptedException {
334
+ public void testGaugeCounterStartsAJobToConsumeTheGeneratedMetrics () {
335
335
PerfSession fakeSession = createTestSession (1 );
336
336
testGaugeManager .setApplicationProcessState (ApplicationProcessState .FOREGROUND );
337
337
testGaugeManager .startCollectingGauges (fakeSession );
@@ -372,7 +372,7 @@ public void testGaugeCounterStartsAJobToConsumeTheGeneratedMetrics() throws Inte
372
372
}
373
373
374
374
@ Test
375
- public void testGaugeCounterIsDecrementedWhenLogged () throws InterruptedException {
375
+ public void testGaugeCounterIsDecrementedWhenLogged () {
376
376
int priorGaugeCounter = GaugeCounter .count ();
377
377
378
378
PerfSession fakeSession = createTestSession (1 );
You can’t perform that action at this time.
0 commit comments