Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 1, 2024
1 parent 13ea442 commit 94c3d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
});

it('can load models with synthesizers', function () {
$posts = Post::factory()->get();
$posts = Post::factory()->count(3)->create();

Livewire::test(LivewireCollectionComponent::class, compact('posts'))
->assertStatus(200);
Expand Down

0 comments on commit 94c3d8f

Please sign in to comment.