Skip to content

Commit

Permalink
Update src/main/java/org/mockito/MockedStatic.java
Browse files Browse the repository at this point in the history
Co-authored-by: Tim van der Lippe <TimvdLippe@users.noreply.github.com>
  • Loading branch information
raphw and TimvdLippe committed Jul 1, 2020
1 parent d585a4f commit a3ba197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/MockedStatic.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void assertNotClosed() {
join(
"The static mock created at",
location.toString(),
"is already resolved and cannot longer be used"));
"is already resolved and can no longer be used"));
}
}

Expand Down

0 comments on commit a3ba197

Please sign in to comment.