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() {
74
74
}
75
75
76
76
@ Test
77
- public void setApplicationContext_logGaugeMetadata_afterGaugeMetadataManagerIsInitialized ()
77
+ public void setApplicationContext_initializeGaugeMetadataManager ()
78
78
throws ExecutionException , InterruptedException {
79
79
when (mockPerfSession .isGaugeAndEventCollectionEnabled ()).thenReturn (true );
80
80
InOrder inOrder = Mockito .inOrder (mockGaugeManager );
@@ -84,7 +84,6 @@ public void setApplicationContext_logGaugeMetadata_afterGaugeMetadataManagerIsIn
84
84
85
85
testSessionManager .getSyncInitFuture ().get ();
86
86
inOrder .verify (mockGaugeManager ).initializeGaugeMetadataManager (any ());
87
- inOrder .verify (mockGaugeManager ).logGaugeMetadata (any (), any ());
88
87
}
89
88
90
89
@ Test
You can’t perform that action at this time.
0 commit comments