diff --git a/MTMR/Info.plist b/MTMR/Info.plist
index df5f206..3f8a189 100644
--- a/MTMR/Info.plist
+++ b/MTMR/Info.plist
@@ -19,7 +19,7 @@
CFBundleShortVersionString
0.20.3
CFBundleVersion
- 201
+ 197
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/MTMRTests/ParseConfigTests.swift b/MTMRTests/ParseConfigTests.swift
index ebea8a5..a3321cc 100644
--- a/MTMRTests/ParseConfigTests.swift
+++ b/MTMRTests/ParseConfigTests.swift
@@ -40,7 +40,7 @@ class ParseConfig: XCTestCase {
XCTFail()
return
}
- guard case .keyPressSession(keycode: 53)? = result?.first?.action else {
+ guard case .keyPress(keycode: 53)? = result?.first?.action else {
XCTFail()
return
}
@@ -55,7 +55,7 @@ class ParseConfig: XCTestCase {
XCTFail()
return
}
- guard case .keyPressSession(keycode: 53)? = result?.first?.action else {
+ guard case .keyPress(keycode: 53)? = result?.first?.action else {
XCTFail()
return
}