Improve test name

This commit is contained in:
Marcus Moore
2025-09-18 17:27:17 -07:00
parent 7a3596c86d
commit 52239a88b5

View File

@@ -123,7 +123,7 @@ class BulkAssetCheckoutTest extends TestCase
}
#[DataProvider('checkoutTargets')]
public function test_prevents_checkouts_checked_out_items($data)
public function test_prevents_checkouts_of_checked_out_items($data)
{
['type' => $type, 'target' => $target] = $data();