From 159a1d3f4356141844767c2c2593252b98df3b11 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 17 Oct 2024 11:48:55 -0700 Subject: [PATCH] Be more explicit --- tests/Feature/Assets/Api/StoreAssetTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Assets/Api/StoreAssetTest.php b/tests/Feature/Assets/Api/StoreAssetTest.php index 95b73520bf..683a274c35 100644 --- a/tests/Feature/Assets/Api/StoreAssetTest.php +++ b/tests/Feature/Assets/Api/StoreAssetTest.php @@ -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" => [ function () { - $superUser = User::factory()->superuser()->create(); + $superUser = User::factory()->superuser()->create(['company_id' => null]); $company = Company::factory()->create(); return [