Skip to content

Commit

Permalink
Update test_runner/src/main/kotlin/ftl/ios/xctest/RewriteXcTestRun.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral authored Nov 3, 2020
1 parent b60f002 commit 09cb4b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fun rewriteXcTestRun(xctestrun: String, methods: List<String>): ByteArray {
return rewriteXcTestRun(parse(xctestrun), methodsToRun)
}

fun rewriteXcTestRun(xctestrun: String, methodsData: XctestrunMethods): ByteArray {
internal fun rewriteXcTestRun(xctestrun: String, methodsData: XctestrunMethods): ByteArray {
val xctestrunFile = File(xctestrun)
return rewriteXcTestRun(parse(xctestrun), methodsData)
}
Expand Down

0 comments on commit 09cb4b5

Please sign in to comment.