Skip to content

Commit 6f58d8c

Browse files
committed
Fix Inconsequential Typo
1 parent 2b7e6f5 commit 6f58d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Reader/Xlsx/Issue4375Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testPreliminaries(): void
1818
$file .= '#xl/worksheets/sheet1.xml';
1919
$data = file_get_contents($file) ?: '';
2020
$expected = '<ignoredErrors><ignoredError sqref="A2:B5 B1:F1" numberStoredAsText="1"/></ignoredErrors>';
21-
self::assertStringContainsString($expected, $data, 'neither fgColor nor bgColor');
21+
self::assertStringContainsString($expected, $data);
2222
}
2323

2424
public function testDataOnly(): void

0 commit comments

Comments
 (0)