Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Feb 13, 2025
1 parent 41f11ed commit 0ad953f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion StreamVideoTests/WebRTC/v2/WebRTCStateAdapter_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ final class WebRTCStateAdapter_Tests: XCTestCase, @unchecked Sendable {
// MARK: - audioSession

func test_audioSession_delegateWasSetAsExpected() async throws {
await assertTrueAsync(await subject.audioSession.delegate === subject)
await fulfillment {
await self.subject.audioSession.delegate === self.subject
}
}

// MARK: - setSessionID
Expand Down

0 comments on commit 0ad953f

Please sign in to comment.