Skip to content

Commit dc01517

Browse files
committed
Revert "Resolve test issue"
This reverts commit bb7744b.
1 parent 71af8f0 commit dc01517

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.2)
1209+
#if compiler(>=6.0)
12101210
await fulfilmentInMainActor(
12111211
"CallViewModel.callingState expected:\(expected) actual: \(subject.callingState)",
12121212
file: file,

0 commit comments

Comments
 (0)