We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f41450 commit 4b58535Copy full SHA for 4b58535
tests/Feature/Livewire/Users/IndexTest.php
@@ -23,7 +23,7 @@
23
24
it('initializes with default settings', function () {
25
Livewire::test(Index::class)
26
- ->assertSet('quantity', 10)
+ ->assertSet('quantity', 5)
27
->assertSet('search', null)
28
->assertSet('sort', [
29
'column' => 'created_at',
0 commit comments