Skip to content

Commit

Permalink
build: Remove duplicate testImplementation dependency (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest authored Sep 26, 2023
1 parent 5b6f838 commit 7403047
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 7403047

Please sign in to comment.