Skip to content

Commit

Permalink
fix/preferredScreenCaptureFormat-naming (#976)
Browse files Browse the repository at this point in the history
Co-authored-by: Danil Mironov <[email protected]>
  • Loading branch information
danmir and Danil Mironov authored Oct 10, 2024
1 parent 4e765c7 commit af558d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ class TestTarget : TestTarget {
* Added in xcode 15, possible values are [screenshots, screenRecording]. Defaults to screenRecording
* Ignored by previous versions of xcode
*/
var preferredScreenCaptureFormat: String? by delegate.optionalDelegateFor("preferredScreenCaptureFormat")
var preferredScreenCaptureFormat: String? by delegate.optionalDelegateFor("PreferredScreenCaptureFormat")
}

0 comments on commit af558d3

Please sign in to comment.