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 b92b6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ final class ViewAlignmentSnapshotTests: SnapshotTestCase {
verifySnapshot(receiverPosition: .center, targetPosition: .topRight)

// Test horizontal and vertical offsets.
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, horizontalOffset: 20)
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, horizontalOffset: 0)
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, horizontalOffset: -20)
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, verticalOffset: 15)
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, verticalOffset: -15)
Expand Down

0 comments on commit b92b6f3

Please sign in to comment.