update test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913328 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-10-25 16:39:46 +00:00
parent 0fe45fe899
commit c8d0332c60
2 changed files with 1 additions and 1 deletions

View File

@ -1432,7 +1432,7 @@ public final class TestXSSFWorkbook extends BaseTestXWorkbook {
@Test
void testGithub321() throws Exception {
try (XSSFWorkbook wb = openSampleWorkbook("github-321.xlsx")) {
try (XSSFWorkbook wb = new XSSFWorkbook(getSampleFile("github-321.xlsx"))) {
XSSFSheet xssfSheet = wb.getSheetAt(0);
DataFormatter dataFormatter = new DataFormatter();
FormulaEvaluator formulaEvaluator = wb.getCreationHelper().createFormulaEvaluator();