Merge "Dynamic grouping failed the first time" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-27 08:35:48 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -156,6 +156,12 @@ public class MediaOutputGroupSliceTest {
assertThat(rows).isEqualTo(3);
}
@Test
public void getSlice_nullWorker_noException() {
sMediaDeviceUpdateWorker = null;
mMediaOutputGroupSlice.getSlice();
}
@Test
public void getSlice_withOneSelectableDevice_checkTitle() {
mSelectableDevices.add(mDevice1);