Skip to content

Commit

Permalink
Fix Swift 6 compatibility of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 17, 2024
1 parent 9ac1bc1 commit 3c9a92f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class ModuleCommunicationTests: XCTestCase {


@MainActor
override func setUp() {
override func setUp() async throws {
Self.provideModule = ProvideModule1()
Self.collectModule = CollectModule()
}
Expand Down

0 comments on commit 3c9a92f

Please sign in to comment.