Be more explicit
This commit is contained in:
parent
604a964462
commit
159a1d3f43
1 changed files with 1 additions and 1 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Reference in a new issue