Skip to content

Commit

Permalink
chore(build): Remove duplicate testImplementation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest authored and steve-todorov committed Sep 26, 2023
1 parent 5b6f838 commit 3611d6b
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 @@ -62,7 +62,6 @@ dependencies {
testImplementation("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.11.0")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.assertj:assertj-core:3.24.2")
}

Expand Down

0 comments on commit 3611d6b

Please sign in to comment.