Skip to content

Commit bb7744b

Browse files
committed
Resolve test issue
1 parent c238cfd commit bb7744b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamVideoSwiftUITests/CallViewModel_Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ final class CallViewModel_Tests: XCTestCase, @unchecked Sendable {
12061206
if let delay {
12071207
await wait(for: delay)
12081208
}
1209-
#if compiler(>=6.0)
1209+
#if compiler(>=6.2)
12101210
await fulfilmentInMainActor(
12111211
"CallViewModel.callingState expected:\(expected) actual: \(subject.callingState)",
12121212
file: file,

0 commit comments

Comments
 (0)