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

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d736d8  PDFBOX-5660: fix test
1d736d8 is described below

commit 1d736d8c32a9f967e221a8a5f8248d0aed4452b6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri May 15 16:43:30 2026 +0200

    PDFBOX-5660: fix test
---
 src/test/java/org/apache/pdfbox/jbig2/BitmapTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/pdfbox/jbig2/BitmapTest.java 
b/src/test/java/org/apache/pdfbox/jbig2/BitmapTest.java
index b505ddd..77b57d3 100644
--- a/src/test/java/org/apache/pdfbox/jbig2/BitmapTest.java
+++ b/src/test/java/org/apache/pdfbox/jbig2/BitmapTest.java
@@ -86,7 +86,7 @@ public class BitmapTest
     public void getByteAsIntegerThrowsExceptionTest()
     {
         Bitmap bitmap = new Bitmap(16, 16);
-        bitmap.getByte(32);
+        bitmap.getByteAsInteger(32);
     }
 
     @Test

Reply via email to