Skip to content

Commit

Permalink
Fix typo in exception (#2368)
Browse files Browse the repository at this point in the history
third-part -> third-party
  • Loading branch information
loganrosen committed Jul 28, 2021
1 parent 87bae9c commit aedcd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/MockitoAnnotations.java
Expand Up @@ -103,7 +103,7 @@ public static void initMocks(Object testClass) {
join(
"Failed to release mocks",
"",
"This should not happen unless you are using a third-part mock maker"),
"This should not happen unless you are using a third-party mock maker"),
e);
}
}
Expand Down

0 comments on commit aedcd71

Please sign in to comment.