mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Update references to ShadowBaseLooper to use ShadowLooper
ShadowBaseLooper is deprecated and will be removed in a forthcoming CL.
Tested:
TAP --sample ran all affected tests and none failed
http://test/OCL:391922969:BASE:391896312:1629439874303:285a1989
PiperOrigin-RevId: 392647041
This commit is contained in:
parent
60681b9783
commit
3d5e32dc2c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ package com.google.android.exoplayer2.offline;
|
|||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
import static java.util.concurrent.TimeUnit.MILLISECONDS;
|
||||
import static org.robolectric.shadows.ShadowBaseLooper.shadowMainLooper;
|
||||
import static org.robolectric.shadows.ShadowLooper.shadowMainLooper;
|
||||
|
||||
import androidx.test.core.app.ApplicationProvider;
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
|
|
|
|||
Loading…
Reference in a new issue