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 8a6f985 commit bf94bf0Copy full SHA for bf94bf0
firebase-perf/src/test/java/com/google/firebase/perf/session/PerfSessionTest.java
@@ -275,6 +275,8 @@ public void testBuildAndSortSwapsLegacySessionAtTopWithNoVerboseSessions() {
275
// Verify that after building the proto objects for PerfSessions, the first session in the array
276
// of proto objects is *not* a legacy session.
277
assertThat(isLegacy(perfSessions[0].getSessionId())).isFalse();
278
+ assertThat(isLegacy(perfSessions[1].getSessionId())).isTrue();
279
+ assertThat(isLegacy(perfSessions[0].getSessionId())).isFalse();
280
}
281
282
@Test
0 commit comments