Skip to content

Commit

Permalink
Restore jUnit dependency (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies authored Jan 22, 2024
1 parent 1cc25e0 commit 756738e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud-run/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ kotlin {
}

jvmIntegrationTest.dependencies {
implementation(kotlin("test-junit"))

implementation(libs.app.cash.turbine)
implementation(libs.kotlinx.coroutines.test)
implementation(libs.ktor.client.content.negotiation)
Expand Down

0 comments on commit 756738e

Please sign in to comment.