From a3389a31cd3eb6f6cf280acfcbdcbbf7143d2724 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 22 May 2024 17:10:16 -0700 Subject: [PATCH] Update test name and add todo --- tests/Feature/Checkouts/AssetCheckoutTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Feature/Checkouts/AssetCheckoutTest.php b/tests/Feature/Checkouts/AssetCheckoutTest.php index b3f8daab94..96752537ec 100644 --- a/tests/Feature/Checkouts/AssetCheckoutTest.php +++ b/tests/Feature/Checkouts/AssetCheckoutTest.php @@ -63,6 +63,7 @@ class AssetCheckoutTest extends TestCase public function testAssetCannotBeCheckedOutToItself() { + // @todo: $this->markTestIncomplete(); } @@ -158,7 +159,7 @@ class AssetCheckoutTest extends TestCase } /** @dataProvider checkoutTargets */ - public function testAnAssetCanBeCheckedOut($data) + public function testAssetCanBeCheckedOut($data) { ['checkout_type' => $type, 'target' => $target, 'expected_location' => $expectedLocation] = $data();