Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored and nicklockwood committed Nov 11, 2023
1 parent d0c596e commit 97928e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SwiftFormatTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SwiftFormatTests: XCTestCase {
return { files.append(inputURL) }
}
XCTAssertEqual(errors.count, 0)
XCTAssertEqual(files.count, 42)
XCTAssertEqual(files.count, 41)
}

// MARK: format function
Expand Down

0 comments on commit 97928e5

Please sign in to comment.