chore(outlet): komen has Outlets factory user di test

This commit is contained in:
Yoga Pangestu 2025-12-07 20:21:44 +07:00
parent 129d4184df
commit 6a098f4a42

View File

@ -25,7 +25,7 @@
$this->user = User::factory()
->active()
->has(Employee::factory())
->has(Outlet::factory()->count(5))
// ->has(Outlet::factory()->count(5))
->create();
$this->user->roles()->attach($roles->pluck('id'));