Skip to content

Commit 6398f6b

Browse files
committed
Update test
1 parent 25cedd4 commit 6398f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void testBuildAndSortSwapsLegacySessionAtTopWithNoVerboseSessions() {
274274

275275
// Verify that after building the proto objects for PerfSessions, the first session in the array
276276
// of proto objects is a legacy session.
277-
assertThat(isLegacy(perfSessions[0].getSessionId())).isTrue();
277+
assertThat(isLegacy(perfSessions[0].getSessionId())).isFalse();
278278
}
279279

280280
@Test

0 commit comments

Comments
 (0)