Skip to content

Commit

Permalink
fix setting the correct script in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Aug 30, 2024
1 parent 8ca65ae commit be13ca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/test/java/helium314/keyboard/latin/InputLogicTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be13ca4

Please sign in to comment.