Skip to content

Commit

Permalink
[DNM] Force snapshot test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Jan 20, 2024
1 parent 5948996 commit 248aa0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class ViewAlignmentSnapshotTests: SnapshotTestCase {
firstSubview.backgroundColor = .green
containerView.addSubview(firstSubview)

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

Expand Down

0 comments on commit 248aa0b

Please sign in to comment.