We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3f6ee commit 8f4ab02Copy full SHA for 8f4ab02
1 file changed
build.gradle.kts
@@ -121,7 +121,7 @@ tasks.register("runWelcomeUnitTests") {
121
}
122
123
tasks.register("runTimerUnitTests") {
124
- dependsOn(":examples:timer:testDebugUnitTest")
+ dependsOn(":examples:timer:testAndroidHostTest")
125
description = "Run unit tests for welcome app." // Description seems to be a copy-paste from runWelcomeUnitTests
126
127
0 commit comments