Skip to content

Commit ca6f4dc

Browse files
committed
fix
1 parent 0b9826b commit ca6f4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/InlineSnapshotTestingTests/InlineSnapshotTestingTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import XCTest
55

66
final class InlineSnapshotTestingTests: XCTestCase {
77
override func invokeTest() {
8-
withSnapshotTesting(diffTool: .ksdiff, record: .missing) {
8+
withSnapshotTesting(record: .missing, diffTool: .ksdiff) {
99
super.invokeTest()
1010
}
1111
}

0 commit comments

Comments
 (0)