diff --git a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java index fba11de8066..e5ecc9874c2 100644 --- a/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java +++ b/tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java @@ -155,7 +155,7 @@ public class BluetoothPairingDialogTest { // check that showSoftInput was called to make input method appear when the dialog was shown assertThat(view.isFocused()).isTrue(); - assertThat(imm.isActive()); + assertThat(imm.isActive()).isTrue(); verify(imm).showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); }