Skip to content

Commit 9b6aad5

Browse files
committed
[Fix]Compilation error in tests
1 parent f709473 commit 9b6aad5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

StreamVideoTests/WebRTC/v2/Stats/Reporter/WebRTCStatsReporter_Tests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ final class WebRTCStatsReporter_Tests: XCTestCase, @unchecked Sendable {
8383
func test_sfuAdapterNotNil_updateToAnotherSFUAdapter_firstReportCollectionIsCancelledAndOnlyTheSecondOneCompletes(
8484
) async throws {
8585
try XCTSkipIf(true, "https://linear.app/stream/issue/IOS-904/reenable-skipped-tests")
86-
let sfuStack = MockSFUStack()
86+
let sfuStackA = MockSFUStack()
87+
let sfuStackB = MockSFUStack()
8788

8889
await withTaskGroup(of: Void.self) { group in
8990
group.addTask {

0 commit comments

Comments
 (0)