Skip to content

Commit

Permalink
Move easymock jar to src/test/resource/META-INF/rewrite/classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 10, 2024
1 parent f474b48 commit 1c8885d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public class NoInitializationForInjectMock extends Recipe {

@Override
public String getDisplayName() {
return "Remove initialization when using @InjectMocks";
return "Remove initialization when using `@InjectMocks`";
}

@Override
public String getDescription() {
return "Removes unnecessary initialization for fields annotated with @InjectMocks in Mockito tests.";
return "Removes unnecessary initialization for fields annotated with `@InjectMocks` in Mockito tests.";
}

@Override
Expand Down

0 comments on commit 1c8885d

Please sign in to comment.