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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 91c35ca3 Reuse constant
91c35ca3 is described below

commit 91c35ca30a544e9da552944cae3cdb85826d8e79
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 10 07:47:56 2022 -0400

    Reuse constant
---
 src/test/java/org/apache/commons/pool2/pool407/KeyedPool407Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/pool407/KeyedPool407Test.java 
b/src/test/java/org/apache/commons/pool2/pool407/KeyedPool407Test.java
index 95adba2f..558ff732 100644
--- a/src/test/java/org/apache/commons/pool2/pool407/KeyedPool407Test.java
+++ b/src/test/java/org/apache/commons/pool2/pool407/KeyedPool407Test.java
@@ -69,7 +69,7 @@ public class KeyedPool407Test {
 
     @Test
     public void testNormalFactoryNonNullFixture() throws InterruptedException {
-        test(new KeyedPool407NormalFactory(new KeyedPool407Fixture()), 3);
+        test(new KeyedPool407NormalFactory(new KeyedPool407Fixture()), 
POOL_SIZE);
     }
 
     @Test

Reply via email to