Skip to content

Commit

Permalink
revert test change
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913329 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Oct 25, 2023
1 parent c8d0332 commit 0d57635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ void checkNewFileForR1C1Refs() throws IOException {

@Test
void testGithub321() throws Exception {
try (XSSFWorkbook wb = new XSSFWorkbook(getSampleFile("github-321.xlsx"))) {
try (XSSFWorkbook wb = openSampleWorkbook("github-321.xlsx")) {
XSSFSheet xssfSheet = wb.getSheetAt(0);
DataFormatter dataFormatter = new DataFormatter();
FormulaEvaluator formulaEvaluator = wb.getCreationHelper().createFormulaEvaluator();
Expand Down

0 comments on commit 0d57635

Please sign in to comment.