diff --git a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml index c2a16cf..5a96efe 100644 --- a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml +++ b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml @@ -84,7 +84,7 @@ body: value: | - Do not perform synthetic testing or smoke tests. - Do not use introspection or other tricks to inflate code coverage without valid unit tests. - - Do not create tests solely to increase test coverage alone without asserting expectations. + - Do not create tests solely to increase test coverage alone without asserting expectations. validations: required: true