Skip to content

Commit

Permalink
[PM-11213] Update ViewInspector (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode authored Oct 3, 2024
1 parent 4cca4e1 commit 3b88015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ final class ActionCardTests: BitwardenTestCase {
// MARK: Tests

/// Tapping the action button should call the action button state's action closure.
@MainActor
func test_actionButton_tap() async throws {
var actionButtonTapped = false
let subject = ActionCard(
Expand All @@ -22,6 +23,7 @@ final class ActionCardTests: BitwardenTestCase {
}

/// Tapping the dismiss button should call the dismiss button state's action closure.
@MainActor
func test_dismissButton_tap() async throws {
var dismissButtonTapped = false
let subject = ActionCard(
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages:
exactVersion: 1.15.4
ViewInspector:
url: https://github.com/nalexn/ViewInspector
exactVersion: 0.9.10
exactVersion: 0.10.0
schemes:
AuthenticatorBridgeKit:
build:
Expand Down

0 comments on commit 3b88015

Please sign in to comment.