Fix wrong configuration name, leaking `work-testing` to runtime classpath

Typo introduced recently when Roborazzi was added to the project:

886158d3cb (diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46)
pull/1837/head
Simon Marquis 2 years ago committed by GitHub
parent ff9f38198f
commit 1c36712c6b

@ -128,8 +128,8 @@ dependencies {
testImplementation(project(":core:network")) testImplementation(project(":core:network"))
testImplementation(libs.androidx.navigation.testing) testImplementation(libs.androidx.navigation.testing)
testImplementation(libs.accompanist.testharness) testImplementation(libs.accompanist.testharness)
testImplementation(libs.work.testing)
testImplementation(kotlin("test")) testImplementation(kotlin("test"))
implementation(libs.work.testing)
kaptTest(libs.hilt.compiler) kaptTest(libs.hilt.compiler)
} }

Loading…
Cancel
Save