diff --git a/redwood-layout-uiview/RedwoodLayoutUIViewTests/SnapshotTestingCallback.swift b/redwood-layout-uiview/RedwoodLayoutUIViewTests/SnapshotTestingCallback.swift index 680b7f8bf3..41ab23050e 100644 --- a/redwood-layout-uiview/RedwoodLayoutUIViewTests/SnapshotTestingCallback.swift +++ b/redwood-layout-uiview/RedwoodLayoutUIViewTests/SnapshotTestingCallback.swift @@ -14,6 +14,6 @@ final class SnapshotTestingCallback : UIViewSnapshotCallback { func verifySnapshot(view: UIView, name: String?) { // Set `record` to true to generate new snapshots. Be sure to revert that before committing! // Note that tests always fail when `record` is true. - assertSnapshot(of: view, as: .image, named: name, record: true, file: fileName, testName: testName) + assertSnapshot(of: view, as: .image, named: name, record: false, file: fileName, testName: testName) } }