Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral authored and mergify-bot committed Jul 5, 2021
1 parent 001757f commit e3e367a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/apk/src/main/kotlin/flank/apk/internal/TestCases.kt
Expand Up @@ -25,7 +25,6 @@ internal val parseApkTestCases = Apk.ParseTestCases { config ->
filter { it.testName.split("#").first() !in toDrop }
}


return (testMethods + testClasses)
.filter { method -> config.filterTest(method.plain()) }
.map(TestMethod::testName)
Expand Down

0 comments on commit e3e367a

Please sign in to comment.