Skip to content

Commit

Permalink
Update description in replace-mock-and-spybean.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 6, 2024
1 parent d591085 commit 4384c74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.boot3.ReplaceMockBeanAndSpyBean
displayName: Replace `@MockBean` and `@SpyBean`
description: Replaces `@MockBean` and `@SpyBean` annotations with `@MockitoBean` and `@MockitoSpyBean`. Also Update the relevant import statements.
description: Replaces `@MockBean` and `@SpyBean` annotations with `@MockitoBean` and `@MockitoSpyBean`.
recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.springframework.boot.test.mock.mockito.MockBean
Expand Down

0 comments on commit 4384c74

Please sign in to comment.