From d75d60bed59ee9b1efb4b488eafc87b89516d856 Mon Sep 17 00:00:00 2001 From: Colin White Date: Tue, 5 Dec 2023 05:43:11 -0500 Subject: [PATCH] Revert. --- .../RedwoodLayoutUIViewTests/SnapshotTestingCallback.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }