Skip to content

Commit

Permalink
Laravel Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-actions committed Sep 30, 2024
1 parent 980feb4 commit 60498cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Feature/WelcomeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
expect(Redis::get('landing-page-views'))->toEqual(3);
});

it('provides users in random paginated order', function ()
{
it('provides users in random paginated order', function () {
$users = User::factory(3)->create();

$users = collect($this->get('/')->viewData('users')->items())
Expand Down

0 comments on commit 60498cb

Please sign in to comment.