This commit is contained in:
Marcus Moore
2025-09-17 13:55:54 -07:00
parent d2157868f2
commit e29b0aa6a4
@@ -128,4 +128,6 @@ class BulkAssetCheckoutTest extends TestCase
$this->assertNull($assetForCompanyA->fresh()->assigned_to, 'Asset was checked out across companies.');
$this->assertNull($assetForCompanyB->fresh()->assigned_to, 'Asset was checked out across companies.');
}
// @todo: another test for asset to asset and asset to location ❓
}