Skip to content

Commit

Permalink
Remove unnecessary test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Aug 1, 2024
1 parent c6ea128 commit 20c3dfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ testing {
dependencies {
compileOnly(libs.jetbrains.annotations)
implementation(libs.mockito)
implementation(libs.awaitility)
}
}
"integrationTest"(JvmTestSuite::class) {
Expand Down

0 comments on commit 20c3dfa

Please sign in to comment.