Skip to content

Commit d1e6bbb

Browse files
committed
Do not include CloseUnclosedStaticMocks with Mockito1to4Migration
1 parent 97be007 commit d1e6bbb

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
@@ -82,7 +82,7 @@ recipeList:
8282
artifactId: byte-buddy*
8383
newVersion: 1.12.19
8484
- org.openrewrite.java.testing.mockito.ReplaceInitMockToOpenMock
85-
- org.openrewrite.java.testing.mockito.CloseUnclosedStaticMocks
85+
# - org.openrewrite.java.testing.mockito.CloseUnclosedStaticMocks
8686
---
8787
type: specs.openrewrite.org/v1beta/recipe
8888
name: org.openrewrite.java.testing.mockito.Mockito1to3Migration

0 commit comments

Comments
 (0)