Skip to content

Commit

Permalink
more tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored and nicklockwood committed Nov 11, 2023
1 parent c61c3c3 commit 0a2a386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SwiftFormatTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SwiftFormatTests: XCTestCase {
return { files.append(inputURL) }
}
XCTAssertEqual(errors.count, 0)
XCTAssertEqual(files.count, 67)
XCTAssertEqual(files.count, 66)
}

func testInputFilesMatchOutputFilesForSameOutput() {
Expand All @@ -78,7 +78,7 @@ class SwiftFormatTests: XCTestCase {
return { files.append(inputURL) }
}
XCTAssertEqual(errors.count, 0)
XCTAssertEqual(files.count, 67)
XCTAssertEqual(files.count, 66)
}

func testInputFileNotEnumeratedWhenExcluded() {
Expand Down

0 comments on commit 0a2a386

Please sign in to comment.