Fix typo in a unit test.
Change-Id: I9222533704722265511b9fe6fb5caf99765e198b
This commit is contained in:
parent
a801c8fd9b
commit
4a55ee1440
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class LatinImeStressTests extends InputTestsBase {
|
|||
}
|
||||
}
|
||||
}
|
||||
public void testSwitchLanguagesAndInputRandamCodePoints() {
|
||||
public void testSwitchLanguagesAndInputRandomCodePoints() {
|
||||
final String[] locales = {"en_US", "de", "el", "es", "fi", "it", "nl", "pt", "ru"};
|
||||
final int switchCount = 50;
|
||||
final int maxWordCountToTypeInEachIteration = 20;
|
||||
|
|
Loading…
Reference in a new issue