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

Commit a07ff94f authored by Vania Januar's avatar Vania Januar Committed by Android (Google) Code Review
Browse files

Merge "Fix broken test for stylus button Settings." into udc-dev

parents 222a89ac 8c669990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ public class StylusDevicesControllerTest {

        assertThat(buttonsPref.isChecked()).isEqualTo(false);
        assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
                Secure.STYLUS_BUTTONS_ENABLED, -1)).isEqualTo(0);
                Secure.STYLUS_BUTTONS_ENABLED, -1)).isEqualTo(1);
    }

    private void showScreen(StylusDevicesController controller) {