Update java/ql/lib/semmle/code/java/UnitTests.qll

Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
Tamás Vajk
2025-03-20 09:22:13 +01:00
committed by GitHub
parent d4955a0747
commit 246c8276e0

View File

@@ -199,7 +199,7 @@ class TestMethod extends Method {
}
/**
* Any method that is likely a test method.
* A method that is likely a test method.
*/
class LikelyTestMethod extends Method {
LikelyTestMethod() {