Skip to content

Commit b09a2f2

Browse files
committed
WIP
1 parent 84b19a7 commit b09a2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/SauceTests/KeyboardLayoutTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ final class KeyboardLayoutTests: XCTestCase {
118118
uninstallInputSource(id: dvorakKeyboardID)
119119
}
120120

121-
/*func testKeyCodesForDvorakQWERTYKeyboard() {
121+
func testKeyCodesForDvorakQWERTYKeyboard() {
122122
let isInstalledDvorakQWERTYKeyboard = isInstalledInputSource(id: dvorakQWERTYKeyboardID)
123123
XCTAssertTrue(installInputSource(id: dvorakQWERTYKeyboardID))
124124
XCTAssertTrue(selectInputSource(id: dvorakQWERTYKeyboardID))
@@ -150,7 +150,7 @@ final class KeyboardLayoutTests: XCTestCase {
150150
XCTAssertEqual(vCommandShiftOptionCharacter, "")
151151
guard !isInstalledDvorakQWERTYKeyboard else { return }
152152
uninstallInputSource(id: dvorakQWERTYKeyboardID)
153-
}*/
153+
}
154154

155155
func testKeyCodesJapanesesAndDvorakOnlyKeyboard() {
156156
let installedInputSources = fetchInputSource(includeAllInstalled: false)

0 commit comments

Comments
 (0)