remove strat line in last commit

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-01-15 20:13:46 +00:00
parent ce19c3e761
commit 61f9b79647

View File

@ -277,7 +277,6 @@ public final class TestSXSSFSheet extends BaseTestXSheet {
workbook1.write(bos);
}
width1 = sheet.getColumnWidth(0);
sheet.setColumnWidth(0, sheet.getColumnWidth(0) + 100);
}
assertEquals(width0 + extra, width1);