diff --git a/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt b/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt index 2d3199f30..d145f1a6e 100644 --- a/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt +++ b/app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt @@ -1011,8 +1011,7 @@ class ShadowKeyboardSwitcher { // only affects view fun setOneHandedModeEnabled(enabled: Boolean) = Unit @Implementation - // only affects view - fun getCurrentKeyboardScriptId() = currentScript + fun getCurrentKeyboardScript() = currentScript } @Implements(DictionaryFacilitatorImpl::class)