Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 27, 2024
1 parent 03e7beb commit ebeebd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class StreamRTCAudioSession_Tests: XCTestCase {

func test_category_returnsCorrectCategory() throws {
rtcAudioSession.lockForConfiguration()
try rtcAudioSession.setCategory(AVAudioSession.Category.playAndRecord.rawValue)
try rtcAudioSession.setCategory(AVAudioSession.Category.playAndRecord)
rtcAudioSession.unlockForConfiguration()

// Then
Expand Down

0 comments on commit ebeebd3

Please sign in to comment.