Skip to content

Commit

Permalink
fix/preferredScreenCaptureFormat-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Mironov committed Oct 10, 2024
1 parent 4e765c7 commit c629cfe
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 c629cfe

Please sign in to comment.