Skip to content

Commit b92b6f3

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

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
@@ -74,7 +74,7 @@ final class ViewAlignmentSnapshotTests: SnapshotTestCase {
7474
verifySnapshot(receiverPosition: .center, targetPosition: .topRight)
7575

7676
// Test horizontal and vertical offsets.
77-
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, horizontalOffset: 20)
77+
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, horizontalOffset: 0)
7878
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, horizontalOffset: -20)
7979
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, verticalOffset: 15)
8080
verifySnapshot(receiverPosition: .center, targetPosition: .topRight, verticalOffset: -15)

0 commit comments

Comments
 (0)