Skip to content

Commit

Permalink
Fixed lint checks for max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 1, 2024
1 parent 935662f commit eab7f1a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ class RunCoverageTest {
"processTimeout=20"
)

val filePath = "${tempFolder.root}/coverage_reports/coverage/main/java/com/example/TwoSum/coverage.html"
val filePath = "${tempFolder.root}" +
"/coverage_reports/coverage/main/java/com/example/TwoSum/coverage.html"
File(filePath).createNewFile()

assertThat(File(filePath).exists()).isTrue()
Expand Down

0 comments on commit eab7f1a

Please sign in to comment.