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


The following commit(s) were added to refs/heads/master by this push:
     new f4052f8e Remove unused module reference from unit test
f4052f8e is described below

commit f4052f8e95ee696719825f16a4ab2860cf86d62c
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 18 10:02:15 2025 -0500

    Remove unused module reference from unit test
---
 .../org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
 
b/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
index b4eca7f1..149831d0 100644
--- 
a/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
+++ 
b/src/test/java/org/apache/bcel/classfile/ConstantPoolModuleToStringTestCase.java
@@ -395,8 +395,7 @@ public class ConstantPoolModuleToStringTestCase {
                     "org.opentest4j",
                     "net.bytebuddy",
                     "com.sun.jna",
-                    "junit",
-                    "org.hamcrest");
+                    "junit");
             assertTrue(condition, s);
         }
 

Reply via email to