Fixes test cases.

This commit is contained in:
zonble 2022-01-30 20:06:57 +08:00
parent ae9b524caa
commit 0b7fa06d0b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class KeyHandlerBopomofoTests: XCTestCase {
override func setUpWithError() throws {
LanguageModelManager.loadDataModels()
handler = KeyHandler()
handler.inputMode = kBopomofoModeIdentifier
handler.inputMode = .bopomofo
}
override func tearDownWithError() throws {