Skip to content

Commit

Permalink
More import ordering fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored and mergify-bot committed May 24, 2021
1 parent 6e9cbee commit 6dd5667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import ftl.run.saveShardChunks
import ftl.shard.Chunk
import ftl.shard.testCases
import ftl.util.saveToFlankLinks
import kotlinx.coroutines.coroutineScope
import java.nio.file.Files
import java.nio.file.Paths
import kotlinx.coroutines.coroutineScope

internal suspend fun AndroidArgs.runAndroidTests(): TestResult = coroutineScope {
val args = this@runAndroidTests
Expand Down
4 changes: 2 additions & 2 deletions test_runner/src/main/kotlin/ftl/run/platform/RunIosTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import ftl.run.platform.ios.createIosTestMatrixType
import ftl.shard.testCases
import ftl.util.repeat
import ftl.util.saveToFlankLinks
import java.nio.file.Files
import java.nio.file.Paths
import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.flow.toList
import java.nio.file.Files
import java.nio.file.Paths

// https://github.com/bootstraponline/gcloud_cli/blob/5bcba57e825fc98e690281cf69484b7ba4eb668a/google-cloud-sdk/lib/googlecloudsdk/api_lib/firebase/test/ios/matrix_creator.py#L109
// https://cloud.google.com/sdk/gcloud/reference/alpha/firebase/test/ios/run
Expand Down

0 comments on commit 6dd5667

Please sign in to comment.