Fix typo in a unit test.

Change-Id: I9222533704722265511b9fe6fb5caf99765e198b
main
Keisuke Kuroyanagi 2013-12-25 13:13:43 +09:00
parent a801c8fd9b
commit 4a55ee1440
1 changed files with 1 additions and 1 deletions

View File

@ -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;