mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
MediaControllerListenerTest: add bugs IDs in TODOs
PiperOrigin-RevId: 472974903
(cherry picked from commit 260aabb6e9)
This commit is contained in:
parent
0a13578989
commit
c2ccc62fb5
1 changed files with 2 additions and 2 deletions
|
|
@ -1899,10 +1899,10 @@ public class MediaControllerListenerTest {
|
|||
controllerTestRule.createController(
|
||||
remoteSession.getToken(), /* connectionHints= */ null, listener);
|
||||
|
||||
// TODO(jaewan): Test with multiple controllers
|
||||
// TODO(b/245724167): Test with multiple controllers
|
||||
remoteSession.broadcastCustomCommand(testCommand, testArgs);
|
||||
|
||||
// TODO(jaewan): Test receivers as well.
|
||||
// TODO(b/245724167): Test receivers as well.
|
||||
remoteSession.sendCustomCommand(testCommand, testArgs);
|
||||
assertThat(latch.await(TIMEOUT_MS, MILLISECONDS)).isTrue();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue