Skip to content

Commit

Permalink
Format comment link for quick help
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-emanharoutunian committed Nov 13, 2023
1 parent 8e10043 commit ff3bda8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Tests/LayoutTests/Support/Device.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ internal enum Device: CustomStringConvertible {
]
}

// Used to avoid a bug causing invalid snapshots on devices with a home button.
//
// May be removed and replaced with `allTestDevices` once snapshot issue is fixed.
//
// Links:
// https://github.com/pointfreeco/swift-snapshot-testing/issues/750
// https://github.com/pointfreeco/swift-snapshot-testing/pull/757
/// Used to avoid a bug causing invalid snapshots on devices with a home button.
///
/// May be removed and replaced with `allTestDevices` once snapshot issue is fixed.
///
/// See filed [issue](https://github.com/pointfreeco/swift-snapshot-testing/issues/750) and
/// [pull request](https://github.com/pointfreeco/swift-snapshot-testing/pull/757) for more information.
internal static var modernLandscapeTestDevices: [Self] {
[
.iPhoneX(.landscape),
Expand Down

0 comments on commit ff3bda8

Please sign in to comment.