Watch tests fail

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-07-23 14:15:58 +02:00 committed by Niedermann IT-Dienstleistungen
parent 4aacec24ea
commit d38f8d0aba

View file

@ -117,7 +117,7 @@ public class AutoContinuationTextWatcherTest extends TestCase {
@Test
public void shouldNotContinueIfNoList() {
this.editText.setText("Foo");
this.editText.setText("Fo o");
pressEnter(3);
assertText("Foo\n", 4);