Skip to content

Commit

Permalink
Fix TestsShouldIncludeAssertions docs as pointed out
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 7, 2024
1 parent 05c2094 commit ad847c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public String getDisplayName() {

@Override
public String getDescription() {
return "For tests not having any assertions, wrap the statements with JUnit Jupiter's `Assertions#assertThrowDoesNotThrow(..)`.";
return "For tests not having any assertions, wrap the statements with JUnit Jupiter's `Assertions#assertDoesNotThrow(..)`.";
}

@Override
Expand Down

0 comments on commit ad847c6

Please sign in to comment.