Skip to content

Commit 8f4ab02

Browse files
committed
Test config fixed
1 parent ba3f6ee commit 8f4ab02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tasks.register("runWelcomeUnitTests") {
121121
}
122122

123123
tasks.register("runTimerUnitTests") {
124-
dependsOn(":examples:timer:testDebugUnitTest")
124+
dependsOn(":examples:timer:testAndroidHostTest")
125125
description = "Run unit tests for welcome app." // Description seems to be a copy-paste from runWelcomeUnitTests
126126
}
127127

0 commit comments

Comments
 (0)