Skip to content

Commit

Permalink
Fix test data output
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-redfern committed Aug 3, 2024
1 parent a3d2de5 commit 241ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UploadedFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static function getSamplesMissingKeyFromUploadedFileValue(): array
foreach ($validUploadedFile as $key => $value) {
$uploadedFile = $validUploadedFile;
unset($uploadedFile[$key]);
$samples[] = $uploadedFile;
$samples[] = [$uploadedFile];
}

return $samples;
Expand Down

0 comments on commit 241ecb9

Please sign in to comment.