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

pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8a14abe262 Update TestXSSFWorkbookWithMemoryConfigs.java
8a14abe262 is described below

commit 8a14abe262ec2b40c100d43b958d05a8b672ca9e
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jun 24 09:45:28 2026 +0100

    Update TestXSSFWorkbookWithMemoryConfigs.java
---
 .../apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java
 
b/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java
index 536b9bf065..70b2c1237a 100644
--- 
a/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java
+++ 
b/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java
@@ -31,7 +31,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
 @Isolated //changes IOUtils and other static changes
 class TestXSSFWorkbookWithMemoryConfigs {
     @Test
-    void loadXslsxWithLowThreshold() {
+    void loadXlsxWithLowThreshold() {
         final int defaultMaxEntrySize = ZipArchiveFakeEntry.getMaxEntrySize();
         ZipArchiveFakeEntry.setMaxEntrySize(100);
         try {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to