Skip to content

Commit

Permalink
Fix Lint check max line length exceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 7, 2024
1 parent 179e8a7 commit f82c35c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,9 @@ class BazelClientTest {
testSubpackage = "coverage/test/java/com/example"
)

val result = bazelClient.runCoverageForTestTarget("//coverage/test/java/com/example:AddNumsTest")
val result = bazelClient.runCoverageForTestTarget(
"//coverage/test/java/com/example:AddNumsTest"
)
val expectedResult = listOf(
"SF:coverage/main/java/com/example/AddNums.kt",
"FN:7,com/example/AddNums${'$'}Companion::sumNumbers (II)Ljava/lang/Object;",
Expand Down

0 comments on commit f82c35c

Please sign in to comment.