From 7349efe2f17a189f59d45a4f75401b6eb8d22936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Fri, 22 Nov 2024 00:37:46 +0100 Subject: [PATCH] Fix a concurrency issue with tests --- Tests/HandySwiftTests/GlobalsTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/HandySwiftTests/GlobalsTests.swift b/Tests/HandySwiftTests/GlobalsTests.swift index 23bc410..1a0a1c6 100644 --- a/Tests/HandySwiftTests/GlobalsTests.swift +++ b/Tests/HandySwiftTests/GlobalsTests.swift @@ -2,6 +2,7 @@ import XCTest class GlobalsTests: XCTestCase { + @MainActor func testDelayed() { let expectation = self.expectation(description: "Wait for delay.")