Correct Wrong-Case Directory Name

This commit is contained in:
oleibman
2024-05-06 16:50:02 -07:00
parent 09c9a310a0
commit b2befb4426
@@ -19,7 +19,7 @@ class HtmlCharsetTest extends TestCase
$this->expectException(ReaderException::class);
$this->expectExceptionMessage('Failed to load');
}
$directory = 'tests/data/Reader/Html';
$directory = 'tests/data/Reader/HTML';
$reader = new Html();
$spreadsheet = $reader->load("$directory/$filename");
$sheet = $spreadsheet->getActiveSheet();