Skip to content

Commit d7ec645

Browse files
committed
chore(level4): build.gradle AssertJ 의존성 추가
1 parent 188e712 commit d7ec645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ repositories {
1111

1212
dependencies {
1313
testImplementation platform('org.junit:junit-bom:5.9.1')
14+
testImplementation platform('org.assertj:assertj-bom:3.25.1')
1415
testImplementation('org.junit.jupiter:junit-jupiter')
16+
testImplementation('org.assertj:assertj-core')
1517
}
1618

1719
test {

0 commit comments

Comments
 (0)