Skip to content

Commit 7349efe

Browse files
committed
Fix a concurrency issue with tests
1 parent 70c4f87 commit 7349efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/HandySwiftTests/GlobalsTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import XCTest
33

44
class GlobalsTests: XCTestCase {
5+
@MainActor
56
func testDelayed() {
67
let expectation = self.expectation(description: "Wait for delay.")
78

0 commit comments

Comments
 (0)