Skip to content

Commit

Permalink
No need for async throws
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 14, 2024
1 parent 21a0fb3 commit 3f1a4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ValetIntegrationTests/ValetIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ class ValetIntegrationTests: XCTestCase

// MARK: XCTestCase

override func setUp() async throws
override func setUp()
{
try await super.setUp()
super.setUp()

let permutations: [Valet]
if testEnvironmentIsSignedOrDoesNotRequireEntitlement() {
Expand Down

0 comments on commit 3f1a4b8

Please sign in to comment.