File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
firebase-perf/src/test/java/com/google/firebase/perf/session Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public void testInstanceCreation() {
7474 }
7575
7676 @ Test
77- public void setApplicationContext_logGaugeMetadata_afterGaugeMetadataManagerIsInitialized ()
77+ public void setApplicationContext_initializeGaugeMetadataManager ()
7878 throws ExecutionException , InterruptedException {
7979 when (mockPerfSession .isGaugeAndEventCollectionEnabled ()).thenReturn (true );
8080 InOrder inOrder = Mockito .inOrder (mockGaugeManager );
@@ -84,7 +84,6 @@ public void setApplicationContext_logGaugeMetadata_afterGaugeMetadataManagerIsIn
8484
8585 testSessionManager .getSyncInitFuture ().get ();
8686 inOrder .verify (mockGaugeManager ).initializeGaugeMetadataManager (any ());
87- inOrder .verify (mockGaugeManager ).logGaugeMetadata (any (), any ());
8887 }
8988
9089 @ Test
You can’t perform that action at this time.
0 commit comments