Skip to content

Commit 77e9c6c

Browse files
committed
Fix code styling
1 parent 9e8f5be commit 77e9c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/Recorders/ValidationErrorsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
expect($aggregates)->toHaveCount(0);
5959
});
6060

61-
6261
it('captures one entry for a field when multiple errors are present for the given field from the session', function () {
6362
Route::post('users', fn () => Request::validate([
6463
'email' => 'string|min:5',

0 commit comments

Comments
 (0)