Skip to content

Commit 8f7898e

Browse files
committed
IOS-8946 Fix tests
1 parent 025b462 commit 8f7898e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
test:
1515
name: Test
16-
runs-on: macOS-latest
16+
runs-on: macos-15
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2

TangemSdk/TangemSdk/UI/Views/Common/FocusableTextField.swift

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ fileprivate class FocusableTextFieldModel: ObservableObject {
9999
}
100100
}
101101

102-
103102
fileprivate extension UIApplication {
104103
var isActive: Bool {
105104
applicationState == .active

0 commit comments

Comments
 (0)