File tree 2 files changed +3
-3
lines changed
src/test/kotlin/com/dropbox/affectedmoduledetector
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ gradlePlugin {
33
33
dependencies {
34
34
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
35
35
testImplementation(" junit:junit:4.13.2" )
36
- testImplementation(" com.nhaarman :mockito-kotlin:1.6 .0" )
37
- testImplementation(" com.google.truth:truth:1.1.3 " )
36
+ testImplementation(" org.mockito.kotlin :mockito-kotlin:4.1 .0" )
37
+ testImplementation(" com.google.truth:truth:1.4.2 " )
38
38
}
Original file line number Diff line number Diff line change 1
1
package com.dropbox.affectedmoduledetector
2
2
3
- import com.nhaarman.mockito_kotlin.mock
4
3
import org.junit.rules.TestRule
5
4
import org.junit.runner.Description
6
5
import org.junit.runners.model.Statement
6
+ import org.mockito.kotlin.mock
7
7
8
8
/* *
9
9
* Special rule for dependency detector tests that will attach logs to a failure.
You can’t perform that action at this time.
0 commit comments