MediaControllerListenerTest: add bugs IDs in TODOs

PiperOrigin-RevId: 472974903
(cherry picked from commit 260aabb6e9)
This commit is contained in:
christosts 2022-09-08 13:42:17 +00:00 committed by microkatz
parent 0a13578989
commit c2ccc62fb5

View file

@ -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();
}