Skip to content

Commit 4b58535

Browse files
committed
updating tests
1 parent 5f41450 commit 4b58535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Livewire/Users/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
it('initializes with default settings', function () {
2525
Livewire::test(Index::class)
26-
->assertSet('quantity', 10)
26+
->assertSet('quantity', 5)
2727
->assertSet('search', null)
2828
->assertSet('sort', [
2929
'column' => 'created_at',

0 commit comments

Comments
 (0)