Skip to content

Commit 0c31f22

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 361d2d7 commit 0c31f22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Examples/Integration/IntegrationUITests/Internal/BaseIntegrationTests.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ class BaseIntegrationTests: XCTestCase {
1515
}
1616

1717
override func invokeTest() {
18-
withSnapshotTesting(
19-
//record: .failed
20-
) {
18+
withSnapshotTesting {
2119
super.invokeTest()
2220
}
2321
}

0 commit comments

Comments
 (0)