Skip to content

Commit

Permalink
#690: Added assertj dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-todorov committed May 25, 2023
1 parent 3dd135e commit 33f223b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
testImplementation("org.mockito:mockito-junit-jupiter:3.9.0")
testImplementation("org.testcontainers:testcontainers:1.18.1")
testImplementation("org.testcontainers:testcontainers:1.18.1")
testImplementation("org.assertj:assertj-core:3.24.2")
}

configure<com.adarshr.gradle.testlogger.TestLoggerExtension> {
Expand Down

0 comments on commit 33f223b

Please sign in to comment.