Skip to content

Commit

Permalink
SnapshotDevice.iPhone12Mini(_:style:) was mistakenly leads to iPhone12
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Aug 27, 2021
1 parent 06a1847 commit 8d269a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Playbook/SnapshotSupport/SnapshotDevice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public extension SnapshotDevice {
/// - Returns: A device simulated the `iPhone 12 mini`.
@available(iOS 12.0, *)
static func iPhone12Mini(_ orientation: Orientation, style: UIUserInterfaceStyle) -> SnapshotDevice {
iPhone12(orientation).style(style)
iPhone12Mini(orientation).style(style)
}

/// `iPhone 12 mini` simulated device.
Expand Down

0 comments on commit 8d269a5

Please sign in to comment.