This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 7ae4c018 Normalize test method names
7ae4c018 is described below

commit 7ae4c018d4e45a0dbab3163d611c66a549710924
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 3 11:27:39 2023 -0400

    Normalize test method names
---
 src/test/java/org/apache/commons/pool2/impl/NoOpCallStackTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/pool2/impl/NoOpCallStackTest.java 
b/src/test/java/org/apache/commons/pool2/impl/NoOpCallStackTest.java
index 8f3d909f..091152ce 100644
--- a/src/test/java/org/apache/commons/pool2/impl/NoOpCallStackTest.java
+++ b/src/test/java/org/apache/commons/pool2/impl/NoOpCallStackTest.java
@@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test;
 
 public class NoOpCallStackTest {
     @Test
-    public void printStackTraceIsNoOp() {
+    public void testPrintStackTraceIsNoOp() {
         final CallStack stack = NoOpCallStack.INSTANCE;
         stack.fillInStackTrace();
         final StringWriter writer = new StringWriter();

Reply via email to