am 7b8b6e4b: Adjust a test for a spec change.
* commit '7b8b6e4b42710a04dbda19a16b57f44a0c3caca9':
Adjust a test for a spec change.
diff --git a/tests/src/com/android/inputmethod/latin/InputLogicTests.java b/tests/src/com/android/inputmethod/latin/InputLogicTests.java
index 9140197..d27a7a9 100644
--- a/tests/src/com/android/inputmethod/latin/InputLogicTests.java
+++ b/tests/src/com/android/inputmethod/latin/InputLogicTests.java
@@ -179,7 +179,7 @@
public void testCancelDoubleSpace() {
final String STRING_TO_TYPE = "this ";
- final String EXPECTED_RESULT = "this ";
+ final String EXPECTED_RESULT = "this ";
type(STRING_TO_TYPE);
type(Constants.CODE_DELETE);
assertEquals("double space make a period", EXPECTED_RESULT, mEditText.getText().toString());