Be more explicit

This commit is contained in:
Marcus Moore 2024-10-17 11:48:55 -07:00
parent 604a964462
commit 159a1d3f43
No known key found for this signature in database

View file

@ -59,7 +59,7 @@ class StoreAssetTest extends TestCase
yield "Super-User assigning across companies should result in asset's company_id being set to what was provided" => [ yield "Super-User assigning across companies should result in asset's company_id being set to what was provided" => [
function () { function () {
$superUser = User::factory()->superuser()->create(); $superUser = User::factory()->superuser()->create(['company_id' => null]);
$company = Company::factory()->create(); $company = Company::factory()->create();
return [ return [