Skip to content

Commit 309136a

Browse files
authored
[Fix]Xcode 16 compilation issues in tests (#958)
1 parent b29a5fc commit 309136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension XCTestCase {
1717
@MainActor
1818
func fulfilmentInMainActor(
1919
timeout: TimeInterval = defaultTimeout,
20-
_ message: @MainActor @Sendable @autoclosure () -> String = "",
20+
_ message: @MainActor @autoclosure () -> String = "",
2121
file: StaticString = #file,
2222
line: UInt = #line,
2323
block: @MainActor @Sendable @escaping () -> Bool

0 commit comments

Comments
 (0)