From e29b0aa6a4bbb3a05b4b8b5f398b1ea8621cc4e1 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 17 Sep 2025 13:55:54 -0700 Subject: [PATCH] Add todo --- tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php b/tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php index e7089bd188..8d90e15b5a 100644 --- a/tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php +++ b/tests/Feature/Checkouts/Ui/BulkAssetCheckoutTest.php @@ -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 ❓ }