Skip to content

Commit

Permalink
Fix a concurrency issue with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Nov 21, 2024
1 parent 70c4f87 commit 7349efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/HandySwiftTests/GlobalsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import XCTest

class GlobalsTests: XCTestCase {
@MainActor
func testDelayed() {
let expectation = self.expectation(description: "Wait for delay.")

Expand Down

0 comments on commit 7349efe

Please sign in to comment.