mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Use correct placeholder PlayerID value in test
The default constructor is only allowed to be called on API < 32 and the test should use the defined UNSET constant to be API independent. #minor-release PiperOrigin-RevId: 454568893
This commit is contained in:
parent
8c63ba6fdb
commit
e8bcdf437e
1 changed files with 1 additions and 1 deletions
|
|
@ -1286,7 +1286,7 @@ public final class MediaPeriodQueueTest {
|
|||
countDownLatch.countDown();
|
||||
},
|
||||
/* mediaTransferListener= */ null,
|
||||
new PlayerId());
|
||||
PlayerId.UNSET);
|
||||
if (!countDownLatch.await(/* timeout= */ 2, SECONDS)) {
|
||||
fail();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue