Skip to content

Commit

Permalink
Fix typo (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-ni-hotstar committed Jun 11, 2022
1 parent c4cce85 commit 5df5fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/junit/MockitoJUnitRunner.java
Expand Up @@ -113,7 +113,7 @@ public Silent(Class<?> klass) throws InvocationTargetException {
* Detects unused stubs and reports them as failures. Default behavior in Mockito 2.x.
* To improve productivity and quality of tests please consider newer API, the {@link StrictStubs}.
* <p>
* For more information on detecting unusued stubs, see {@link UnnecessaryStubbingException}.
* For more information on detecting unused stubs, see {@link UnnecessaryStubbingException}.
* For more information on stubbing argument mismatch warnings see {@link MockitoHint}.
*
* @since 2.1.0
Expand Down

0 comments on commit 5df5fbe

Please sign in to comment.