Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3c76667 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove the flaky Conditionals test."

parents 9e42672a 54d84c56
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -66,13 +66,6 @@ public class ConditionManagerTest {
        assertThat(mManager.getDisplayableCards()).isEmpty();
    }

    @Test
    public void getDisplayableCards_hasDisplayable() {
        when(mController.isDisplayable()).thenReturn(true);

        assertThat(mManager.getDisplayableCards()).hasSize(1);
    }

    @Test
    public void onPrimaryClick_shouldRelayToController() {
        mManager.onPrimaryClick(mContext, ID);