Fix timestamps in tests

38a7229d96 changed only some of the timestamps, in fact all
of the timestamps should have the offset removed.

PiperOrigin-RevId: 641226102
This commit is contained in:
claincly 2024-06-07 06:01:58 -07:00 committed by Copybara-Service
parent 39e572ad6d
commit ea7cfeccb8

View File

@ -300,36 +300,36 @@ public class CompositionPlayerSeekTest {
934266L, 934266L,
967633L, 967633L,
// Second video starts here. // Second video starts here.
1000001024000L, 1024000L,
1000001057366L, 1057366L,
1000001090733L, 1090733L,
1000001124100L, 1124100L,
1000001157466L, 1157466L,
1000001190833L, 1190833L,
1000001224200L, 1224200L,
1000001257566L, 1257566L,
1000001290933L, 1290933L,
1000001324300L, 1324300L,
1000001357666L, 1357666L,
1000001391033L, 1391033L,
1000001424400L, 1424400L,
1000001457766L, 1457766L,
1000001491133L, 1491133L,
1000001524500L, 1524500L,
1000001557866L, 1557866L,
1000001591233L, 1591233L,
1000001624600L, 1624600L,
1000001657966L, 1657966L,
1000001691333L, 1691333L,
1000001724700L, 1724700L,
1000001758066L, 1758066L,
1000001791433L, 1791433L,
1000001824800L, 1824800L,
1000001858166L, 1858166L,
1000001891533L, 1891533L,
1000001924900L, 1924900L,
1000001958266L, 1958266L,
1000001991633L); 1991633L);
assertThat(inputTimestampRecordingShaderProgram.timestampsUs) assertThat(inputTimestampRecordingShaderProgram.timestampsUs)
.containsExactlyElementsIn(expectedTimestampsUs) .containsExactlyElementsIn(expectedTimestampsUs)