From 5b6b6dfa56314d65fc6c58ae0690f81a1735ca01 Mon Sep 17 00:00:00 2001 From: Toxblh Date: Wed, 15 May 2019 16:39:32 +0100 Subject: [PATCH] Revert "fixed tests" This reverts commit 7c9dd26eb074577959e0f95e0be409d9b9ebf5fb. --- 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 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 }