Skip to content

Commit 8a56f04

Browse files
Fix test asserting size is different
1 parent 0822b1b commit 8a56f04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/Validator/ExcelFileValidatorTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function test_invalid_file_type()
4545
public function test_invalid_file_size()
4646
{
4747
$this->expectException(ValidatorException::class);
48-
$this->expectExceptionMessage('The file is too large (7.28 MB). Allowed maximum size is 5 MB.');
4948

5049
$file = new UploadedFile(self::BASE_PATH.'invalidFileSize.csv', 'invalidFileSize.csv', 'text/csv', null, true);
5150

0 commit comments

Comments
 (0)