Skip to content

Commit a7fee68

Browse files
committed
Retain org.mockito.kotlin.whenever
1 parent 01ce71e commit a7fee68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openrewrite/java/testing/mockito/CleanupMockitoImports.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ private static class CleanupMockitoImportsVisitor extends JavaIsoVisitor<Executi
8484
"verifyNoMoreInteractions",
8585
"verifyZeroInteractions",
8686
"when",
87+
"whenever", // org.mockito.kotlin
8788
"will",
8889
"willAnswer",
8990
"willCallRealMethod",

0 commit comments

Comments
 (0)