Skip to content

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Mar 12, 2024
1 parent f1ebffc commit 2658429
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Sources/TuistAcceptanceTesting/TuistAcceptanceTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@ open class TuistAcceptanceTestCase: XCTestCase {
]!
)

do {
// Environment
environment = try MockEnvironment()
Environment.shared = environment
} catch {
XCTFail("Failed to setup environment")
}
try! TuistContext.initializeSharedInstace()
}

override open func tearDown() async throws {
Expand Down

0 comments on commit 2658429

Please sign in to comment.