Skip to content

Commit 8985240

Browse files
committed
Oops!
1 parent 7f8bf77 commit 8985240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AppTests/WebpageSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class WebpageSnapshotTests: SnapshotTestCase {
6060
let model = MaintenanceIndex.Model(markdown: interstitial)
6161
let page = { MaintenanceIndex.View(path: "/", model: model).document() }
6262

63-
assertSnapshot(of: page, as: .html, record: true)
63+
assertSnapshot(of: page, as: .html)
6464
}
6565

6666
func test_PackageShowView() throws {

0 commit comments

Comments
 (0)