Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 20, 2024
1 parent 502e782 commit 67309ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/WelcomeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
});

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

$users = collect($this->get('/')->viewData('users')->items())
->merge($this->get('/?page=2')->viewData('users')->items());
Expand Down

0 comments on commit 67309ae

Please sign in to comment.