mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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" => [
|
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 [
|
||||||
|
|
Loading…
Reference in a new issue