mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Remove unnecessary use of Robolectric LEGACY looper mode
CacheDataSourceTest2 works fine in PAUSED mode as well. PiperOrigin-RevId: 322150471
This commit is contained in:
parent
7c995a3cfa
commit
302b5f2ba4
1 changed files with 0 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ package com.google.android.exoplayer2.upstream.cache;
|
|||
import static com.google.common.truth.Truth.assertThat;
|
||||
import static java.util.Arrays.copyOf;
|
||||
import static java.util.Arrays.copyOfRange;
|
||||
import static org.robolectric.annotation.LooperMode.Mode.LEGACY;
|
||||
|
||||
import android.content.Context;
|
||||
import android.net.Uri;
|
||||
|
|
@ -40,10 +39,8 @@ import java.io.IOException;
|
|||
import java.util.Random;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.annotation.LooperMode;
|
||||
|
||||
/** Additional tests for {@link CacheDataSource}. */
|
||||
@LooperMode(LEGACY)
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public final class CacheDataSourceTest2 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue