1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00

fixed tests

This commit is contained in:
Toxblh 2019-05-09 22:19:21 +01:00
parent 40fa61fcb5
commit 7c9dd26eb0
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>0.20.3</string>
<key>CFBundleVersion</key>
<string>197</string>
<string>201</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>

View File

@ -40,7 +40,7 @@ class ParseConfig: XCTestCase {
XCTFail()
return
}
guard case .keyPress(keycode: 53)? = result?.first?.action else {
guard case .keyPressSession(keycode: 53)? = result?.first?.action else {
XCTFail()
return
}
@ -55,7 +55,7 @@ class ParseConfig: XCTestCase {
XCTFail()
return
}
guard case .keyPress(keycode: 53)? = result?.first?.action else {
guard case .keyPressSession(keycode: 53)? = result?.first?.action else {
XCTFail()
return
}