Skip to content

Commit 464b83b

Browse files
authored
Add Mockito JUnit Jupiter dependency
1 parent 5aa8c91 commit 464b83b

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
@@ -20,7 +20,9 @@ dependencies {
2020
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
2121
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
2222
testImplementation 'org.mockito:mockito-core:5.5.0'
23+
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
2324
testImplementation 'org.assertj:assertj-core:3.24.2'
25+
2426
}
2527

2628
test {

0 commit comments

Comments
 (0)