Update TestXSSFWorkbook.java

This commit is contained in:
PJ Fanning 2025-08-14 10:56:27 +01:00
parent 314bda66a4
commit e98a5991e7

View File

@ -106,7 +106,7 @@ import static org.junit.jupiter.api.Assertions.assertSame;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
@Isolated // run separately because it modifies system properties that might affect other tests
@Isolated // run separately because some tests modify global settings that might affect other tests
public final class TestXSSFWorkbook extends BaseTestXWorkbook {
public TestXSSFWorkbook() {