Skip to content

Commit

Permalink
Fixed ImageType tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Nov 22, 2023
1 parent c1dde8d commit def1a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/FieldType/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected function getValidatorConfigurationSchemaExpectation()
return [
'FileSizeValidator' => [
'maxFileSize' => [
'type' => 'float',
'type' => 'numeric',
'default' => null,
],
],
Expand Down

0 comments on commit def1a93

Please sign in to comment.