Skip to content

Commit

Permalink
fix (*) use android commands for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlitecture committed May 3, 2024
1 parent cc88479 commit 0788437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MultiplatformComposeTemplateProcessorTest {
features.find { it.id == JvmPlatformProcessor.ID }?.let {
commands.add(arrayOf("packageDistributionForCurrentOS"))
}
return commands.random()
return commands.first()
}

@Test
Expand Down

0 comments on commit 0788437

Please sign in to comment.