try to fix test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-08-13 23:46:54 +00:00
parent 93ab03c295
commit bb641dc017
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ class TestXSSFConditionalFormatting extends BaseTestConditionalFormatting {
super(XSSFITestDataProvider.instance);
}
//https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.databar?view=openxml-2.8.1
//defaults are 10% and 90%
@Override
protected int defaultDataBarMinLength() { return 10; }
@Override