Commit 820970e7 by kimvde Committed by Oliver Woodman

Remove occurrence of sanity in AdaptiveTrackSelectionTest

PiperOrigin-RevId: 321163229
parent d62688cf
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment