We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cedd4 commit 6398f6bCopy full SHA for 6398f6b
firebase-perf/src/test/java/com/google/firebase/perf/session/PerfSessionTest.java
@@ -274,7 +274,7 @@ public void testBuildAndSortSwapsLegacySessionAtTopWithNoVerboseSessions() {
274
275
// Verify that after building the proto objects for PerfSessions, the first session in the array
276
// of proto objects is a legacy session.
277
- assertThat(isLegacy(perfSessions[0].getSessionId())).isTrue();
+ assertThat(isLegacy(perfSessions[0].getSessionId())).isFalse();
278
}
279
280
@Test
0 commit comments