Skip to content

Commit 248aa0b

Browse files
committed
[DNM] Force snapshot test to fail
1 parent 5948996 commit 248aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/ParalayoutSnapshotTests/ViewAlignmentSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class ViewAlignmentSnapshotTests: SnapshotTestCase {
2727
firstSubview.backgroundColor = .green
2828
containerView.addSubview(firstSubview)
2929

30-
let secondSubview = UIView(frame: .init(x: -10, y: -40, width: 30, height: 40))
30+
let secondSubview = UIView(frame: .init(x: 0, y: -40, width: 30, height: 40))
3131
secondSubview.backgroundColor = .red
3232
containerView.addSubview(secondSubview)
3333

0 commit comments

Comments
 (0)