mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 06:47:03 +03:00
Watch tests fail
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
4aacec24ea
commit
d38f8d0aba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue