Skip to content

Commit bf94bf0

Browse files
committed
Review comments
1 parent 8a6f985 commit bf94bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase-perf/src/test/java/com/google/firebase/perf/session/PerfSessionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ public void testBuildAndSortSwapsLegacySessionAtTopWithNoVerboseSessions() {
275275
// Verify that after building the proto objects for PerfSessions, the first session in the array
276276
// of proto objects is *not* a legacy session.
277277
assertThat(isLegacy(perfSessions[0].getSessionId())).isFalse();
278+
assertThat(isLegacy(perfSessions[1].getSessionId())).isTrue();
279+
assertThat(isLegacy(perfSessions[0].getSessionId())).isFalse();
278280
}
279281

280282
@Test

0 commit comments

Comments
 (0)