Skip to content

Commit 34dc851

Browse files
author
David Brunow
committed
Turn off recording
1 parent 01c872d commit 34dc851

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Example/SnapshotTests/SnapshotTestingTests.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ final class SnapshotTestingTests: XCTestCase {
151151
assertSnapshot(
152152
matching: viewController,
153153
as: .accessibilityImage,
154-
named: nameForDevice(),
155-
record: true
154+
named: nameForDevice()
156155
)
157156
}
158157

@@ -163,8 +162,7 @@ final class SnapshotTestingTests: XCTestCase {
163162
assertSnapshot(
164163
matching: viewController,
165164
as: .accessibilityImage,
166-
named: nameForDevice(),
167-
record: true
165+
named: nameForDevice()
168166
)
169167
}
170168

0 commit comments

Comments
 (0)