Skip to content

Commit 8405568

Browse files
committed
Fix typo from my merge conflict resolution
1 parent d4e0b9d commit 8405568

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/openrewrite/java/testing/mockito/PowerMockitoMockStaticToMockito.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ private J.MethodDeclaration moveMockStaticMethodToSetUp(J.MethodDeclaration m, E
271271
"mocked#{any(org.mockito.MockedStatic)} = #{any(org.mockito.Mockito)};")
272272
.javaParser(JavaParser.fromJavaVersion()
273273
.classpathFromResources(ctx, "mockito-core-3.*"))
274-
.build())
275-
.build(),
274+
.build(),
276275
methodBody.getCoordinates().firstStatement(),
277276
mockedTypesFieldEntry.getKey(),
278277
methodInvocation

0 commit comments

Comments
 (0)