Skip to content

Commit

Permalink
fix(*): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jan 5, 2022
1 parent 4fa1789 commit f892c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void notifyChangeListener(CtMethod<?> method) {
}

private String createChangeHistory(CtMethod<?> method) {
return String.format("Transformed junit4 assert to junt 5 assertion in %s", method.getSimpleName());
return String.format("Transformed junit4 assert to junit 5 assertion in %s", method.getSimpleName());
}

private void convertToJunit5(List<CtInvocation<?>> junit4Asserts) {
Expand Down

0 comments on commit f892c8d

Please sign in to comment.