Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 6169251

Browse files
author
madflow
committed
Renamed xlsx file, #195
1 parent 6f0f7c9 commit 6169251

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/Spout/Reader/XLSX/ReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ public function testReadShouldCreateOutputEmptyCellPreserved()
467467
*/
468468
public function testReaderShouldNotTrimCellValues()
469469
{
470-
$allRows = $this->getAllRowsForFile('sheet_with_untrimmed_strings.xlsx');
470+
$allRows = $this->getAllRowsForFile('sheet_with_untrimmed_inline_strings.xlsx');
471471

472472
$expectedRows = [
473473
['A'],

tests/resources/xlsx/sheet_with_untrimmed_strings.xlsx renamed to tests/resources/xlsx/sheet_with_untrimmed_inline_strings.xlsx

File renamed without changes.

0 commit comments

Comments
 (0)