am 7b8b6e4b
: Adjust a test for a spec change.
* commit '7b8b6e4b42710a04dbda19a16b57f44a0c3caca9': Adjust a test for a spec change.
This commit is contained in:
commit
9dcca24307
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class InputLogicTests extends InputTestsBase {
|
|||
|
||||
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());
|
||||
|
|
Loading…
Reference in a new issue