Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
csemazharul committed Dec 24, 2023
1 parent 11d3675 commit 07990b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$errors = $validation->errors();
expect(true)->toBe($validation->fails(true));
expect($errors)->toBeArray();
expect($errors)->toHaveCount(4);
expect($errors)->toHaveCount(422);
expect($errors)->toHaveKeys(['last_name', 'age', 'email', 'confirm_password']);
expect($errors)->toBe([
'last_name' => ['The Last Name field is required'],
Expand Down

0 comments on commit 07990b9

Please sign in to comment.