This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new d62ed873 Normalize test method names
d62ed873 is described below
commit d62ed873df4a4bef8d2b06110eedfc2bf2b4c7ae
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 4 08:55:38 2023 -0400
Normalize test method names
---
src/test/java/org/apache/commons/jexl3/LexicalTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/jexl3/LexicalTest.java
b/src/test/java/org/apache/commons/jexl3/LexicalTest.java
index 40ffc903..9403cb22 100644
--- a/src/test/java/org/apache/commons/jexl3/LexicalTest.java
+++ b/src/test/java/org/apache/commons/jexl3/LexicalTest.java
@@ -349,7 +349,7 @@ public class LexicalTest {
}
@Test
- public void tesstCaptured0() {
+ public void testCaptured0() {
final JexlFeatures f = new JexlFeatures();
f.lexical(true);
final JexlEngine jexl = new
JexlBuilder().strict(true).features(f).create();