MediaControllerListenerTest: add bugs IDs in TODOs

PiperOrigin-RevId: 472974903
This commit is contained in:
christosts 2022-09-08 13:42:17 +00:00 committed by Marc Baechinger
parent 0d8fd3d4fc
commit 260aabb6e9

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