diff --git a/src/test/java/com/github/lombrozo/testnames/rules/ml/RulePresentSimpleMlTest.java b/src/test/java/com/github/lombrozo/testnames/rules/ml/RulePresentSimpleMlTest.java index 85430b62..a99f3e63 100644 --- a/src/test/java/com/github/lombrozo/testnames/rules/ml/RulePresentSimpleMlTest.java +++ b/src/test/java/com/github/lombrozo/testnames/rules/ml/RulePresentSimpleMlTest.java @@ -91,6 +91,8 @@ void checksCorrectNames(final String name) { } /** + * Test case for present tense on plural in test methods. + * @param name Test method name * @todo #248:25min Enable passesOnPlural test when plural speech detection will * be implemented in {@link RulePresentSimpleMl}. Let's test that the following * pattern: $pluralNoun_$pluralVerb... passes.