mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove occurrence of sanity in AdaptiveTrackSelectionTest
PiperOrigin-RevId: 321163229
This commit is contained in:
parent
d62688cfc0
commit
820970e767
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ public final class AdaptiveTrackSelectionTest {
|
|||
int newSize = adaptiveTrackSelection.evaluateQueueSize(/* playbackPositionUs= */ 0, queue);
|
||||
assertThat(newSize).isEqualTo(initialQueueSize);
|
||||
|
||||
// Sanity check for the comment above.
|
||||
// Verify that the comment above is correct.
|
||||
fakeClock.advanceTime(1);
|
||||
newSize = adaptiveTrackSelection.evaluateQueueSize(/* playbackPositionUs= */ 0, queue);
|
||||
assertThat(newSize).isLessThan(initialQueueSize);
|
||||
|
|
|
|||
Loading…
Reference in a new issue