From bd89f9185b636fa141b90b2ee3ae9d6bc04af4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Wed, 17 Apr 2024 16:35:32 -0300 Subject: [PATCH] Typo --- pmd-java/src/main/resources/category/java/bestpractices.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-java/src/main/resources/category/java/bestpractices.xml b/pmd-java/src/main/resources/category/java/bestpractices.xml index 24457e334d..629f0d8a36 100644 --- a/pmd-java/src/main/resources/category/java/bestpractices.xml +++ b/pmd-java/src/main/resources/category/java/bestpractices.xml @@ -900,7 +900,7 @@ class MyTest { // not public, that's fine Unit assertions should include an informative message - i.e., use the three-argument version of assertEquals(), not the two-argument version. -This rule supports tests using JUnit (3, 4 and 5) and TestNg. +This rule supports tests using JUnit (3, 4 and 5) and TestNG. 3