From 7c9dd26eb074577959e0f95e0be409d9b9ebf5fb Mon Sep 17 00:00:00 2001 From: Toxblh Date: Thu, 9 May 2019 22:19:21 +0100 Subject: [PATCH] fixed tests --- MTMR/Info.plist | 2 +- MTMRTests/ParseConfigTests.swift | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MTMR/Info.plist b/MTMR/Info.plist index 3f8a189..df5f206 100644 --- a/MTMR/Info.plist +++ b/MTMR/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 0.20.3 CFBundleVersion - 197 + 201 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/MTMRTests/ParseConfigTests.swift b/MTMRTests/ParseConfigTests.swift index a3321cc..ebea8a5 100644 --- a/MTMRTests/ParseConfigTests.swift +++ b/MTMRTests/ParseConfigTests.swift @@ -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 }