mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-23 12:44:12 -08:00
Be more explicit
This commit is contained in:
parent
604a964462
commit
159a1d3f43
|
@ -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…
Reference in a new issue