Skip to content

Commit

Permalink
Fix failing Mockito recipe after openrewrite/rewrite#3660
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Nov 7, 2023
1 parent 5c2367e commit 47ccd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/mockito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ recipeList:
methodPattern: org.mockito.ArgumentMatchers anyMap(java.lang.Class, java.lang.Class)
argumentIndex: 0
- org.openrewrite.java.DeleteMethodArgument:
methodPattern: org.mockito.ArgumentMatchers anyMap(java.lang.Class, java.lang.Class)
methodPattern: org.mockito.ArgumentMatchers anyMap(java.lang.Class)
argumentIndex: 0
- org.openrewrite.java.ChangeMethodName:
methodPattern: org.mockito.ArgumentMatchers anyCollectionOf()
Expand Down

0 comments on commit 47ccd37

Please sign in to comment.