Skip to content

Commit 1f33225

Browse files
authored
Remove ReplacePowerMockito from inclusion in Mockito1to3 (#359)
#358
1 parent 88d40cf commit 1f33225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ recipeList:
111111
- org.openrewrite.java.testing.mockito.CleanupMockitoImports
112112
- org.openrewrite.java.testing.mockito.MockUtilsToStatic
113113
- org.openrewrite.java.testing.junit5.MockitoJUnitToMockitoExtension
114-
- org.openrewrite.java.testing.mockito.ReplacePowerMockito
114+
# - org.openrewrite.java.testing.mockito.ReplacePowerMockito
115115
- org.openrewrite.java.dependencies.AddDependency:
116116
groupId: org.mockito
117117
artifactId: mockito-junit-jupiter

0 commit comments

Comments
 (0)