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

Commit 85040b7c authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Fix a unit test in InputLogicTests."

parents 6c326caa e4ae5855
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,8 +368,8 @@ public class InputLogicTests extends InputTestsBase {
        // Choose the auto-correction, which is always in position 0. For "Barack", the
        // auto-correction should be "Barack".
        pickSuggestionManually(0, WORD_TO_TYPE);
        runMessages();
        sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
        runMessages();
        // Test the first prediction is displayed
        final SuggestedWords suggestedWords = mLatinIME.getSuggestedWords();
        assertEquals("predictions after manual pick", "Obama",