This closes #315

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-06-04 11:01:58 +00:00
parent 44b3bf86b3
commit 5bd31b6f8e
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public abstract class BaseTestCellUtil {
// Set quotePrefixed to true
CellUtil.setCellStyleProperty(c, CellUtil.QUOTE_PREFIXED, true);
assertFalse(c.getCellStyle().getShrinkToFit());
assertTrue(c.getCellStyle().getQuotePrefixed());
}
}