Skip to content

Commit 7b2c98b

Browse files
committed
anyString() while technically could be broken between Mockito 1->3 is still better stylistically in most cases
1 parent 5bf8029 commit 7b2c98b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/resources/META-INF/rewrite/mockito.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ recipeList:
3939
- org.openrewrite.java.ChangeType:
4040
oldFullyQualifiedTypeName: org.mockito.MockitoAnnotations.Mock
4141
newFullyQualifiedTypeName: org.mockito.Mock
42-
- org.openrewrite.java.testing.mockito.AnyToNullable
4342
- org.openrewrite.java.ChangeType:
4443
oldFullyQualifiedTypeName: org.mockito.Matchers
4544
newFullyQualifiedTypeName: org.mockito.ArgumentMatchers

0 commit comments

Comments
 (0)