We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c1191 commit e8e3f80Copy full SHA for e8e3f80
src/main/java/org/openrewrite/java/testing/mockito/RemoveTimesZeroAndOne.java
@@ -36,7 +36,7 @@ public String getDisplayName() {
36
37
@Override
38
public String getDescription() {
39
- return "Remove `Mockito.times(0)` and `Mockito.times(0)` from `Mockito.verify()` calls.";
+ return "Remove `Mockito.times(0)` and `Mockito.times(1)` from `Mockito.verify()` calls.";
40
}
41
42
private static final MethodMatcher verifyMatcher = new MethodMatcher("org.mockito.Mockito verify(..)", false);
0 commit comments