Skip to content

Commit

Permalink
Revert change.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Sep 19, 2024
1 parent 75755c7 commit 3b73abe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Tests/AppStateTests/DependencySliceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ final class DependencySliceTests: XCTestCase {
await Application.logging(isEnabled: true)
}

@MainActor
override func tearDown() async throws {
let applicationDescription = await Application.description
let applicationDescription = Application.description

await MainActor.run {
Application.logger.debug("DependencySliceTests \(applicationDescription)")
}
Application.logger.debug("DependencySliceTests \(applicationDescription)")
}

@MainActor
Expand Down

0 comments on commit 3b73abe

Please sign in to comment.