Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct formatting
  • Loading branch information
RobertOdrowaz committed Mar 3, 2025
commit 72edba6017bb9a9a86bf52412e181872efb8894b
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ final class CameraPluginCreateCameraTests: XCTestCase {
framesPerSecond: nil,
videoBitrate: nil,
audioBitrate: nil,
enableAudio: false
)
enableAudio: false)
) { result, error in
expectation.fulfill()
}
Expand Down Expand Up @@ -83,8 +82,7 @@ final class CameraPluginCreateCameraTests: XCTestCase {
framesPerSecond: nil,
videoBitrate: nil,
audioBitrate: nil,
enableAudio: true
)
enableAudio: true)
) { result, error in
expectation.fulfill()
}
Expand Down Expand Up @@ -114,8 +112,7 @@ final class CameraPluginCreateCameraTests: XCTestCase {
framesPerSecond: nil,
videoBitrate: nil,
audioBitrate: nil,
enableAudio: true
)
enableAudio: true)
) { result, error in
expectation.fulfill()
}
Expand Down