Skip to content

Commit 1e1ba20

Browse files
committed
Wrong Case in File Name
1 parent e9a0893 commit 1e1ba20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/IOFactoryRegisterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testRegisterInvalidReader(): void
4848
public static function testRegisterCustomReader(): void
4949
{
5050
IOFactory::registerReader(IOFactory::READER_XLSX, CustomReader::class);
51-
$inputFileName = 'tests/data/Reader/Xlsx/1900_Calendar.xlsx';
51+
$inputFileName = 'tests/data/Reader/XLSX/1900_Calendar.xlsx';
5252
$loadSpreadsheet = IOFactory::load($inputFileName);
5353
$sheet = $loadSpreadsheet->getActiveSheet();
5454
self::assertSame('2022-01-01', $sheet->getCell('A1')->getFormattedValue());

0 commit comments

Comments
 (0)