Skip to content

Commit a53b398

Browse files
committed
More fixed lint changes that would not work on older swift version
1 parent 2804c50 commit a53b398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/RunnerLibTests/GetDangerJSPathTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ final class GetDangerJSPathTests: XCTestCase {
2727
let expectedResult = "/usr/test/danger"
2828
executor.result = { command in
2929
if command.hasSuffix("danger-js") {
30-
""
30+
return ""
3131
} else {
32-
expectedResult
32+
return expectedResult
3333
}
3434
}
3535

0 commit comments

Comments
 (0)