File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/kotlin/com/dropbox/affectedmoduledetector Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ gradlePlugin {
3333dependencies {
3434 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3535 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 " )
3838}
Original file line number Diff line number Diff line change 11package com.dropbox.affectedmoduledetector
22
3- import com.nhaarman.mockito_kotlin.mock
43import org.junit.rules.TestRule
54import org.junit.runner.Description
65import org.junit.runners.model.Statement
6+ import org.mockito.kotlin.mock
77
88/* *
99 * 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