From 5e421f0d1c2f4af97d6839f5c0e6830dbc387693 Mon Sep 17 00:00:00 2001 From: Helium314 Date: Sat, 20 Apr 2024 11:47:17 +0200 Subject: [PATCH] fix unit tests --- app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt b/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt index c3b145f69..055294c20 100644 --- a/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt +++ b/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt @@ -607,7 +607,7 @@ class InputLogicTest { settingsValues.mSpacingAndPunctuations, currentScript, false - ).mWord + )?.mWord private fun setCursorPosition(start: Int, end: Int = start, weirdTextField: Boolean = false) { val ei = EditorInfo()