Skip to content

Commit e8e3f80

Browse files
authored
Update decription for RemoveTimesZeroAndOne
- Fixes #749
1 parent b1c1191 commit e8e3f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public String getDisplayName() {
3636

3737
@Override
3838
public String getDescription() {
39-
return "Remove `Mockito.times(0)` and `Mockito.times(0)` from `Mockito.verify()` calls.";
39+
return "Remove `Mockito.times(0)` and `Mockito.times(1)` from `Mockito.verify()` calls.";
4040
}
4141

4242
private static final MethodMatcher verifyMatcher = new MethodMatcher("org.mockito.Mockito verify(..)", false);

0 commit comments

Comments
 (0)