We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032de34 commit 7cdb246Copy full SHA for 7cdb246
Tests/DangerTests/SwiftLint/DangerSwiftLintTests.swift
@@ -268,7 +268,7 @@ final class DangerSwiftLintTests: XCTestCase {
268
XCTAssertNotNil(swiftlintCommand)
269
XCTAssertEqual(swiftlintCommand!.environmentVariables.count, 0)
270
XCTAssertFalse(swiftlintCommand!.environmentVariables.values.contains { $0.contains("Tests/SomeFile.swift") })
271
- XCTAssertEqual(swiftlintCommand!.arguments.last, directory))
+ XCTAssertEqual(swiftlintCommand!.arguments.last, directory)
272
}
273
274
func testFiltersOnSwiftFiles() {
0 commit comments