3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 11:21:21 +00:00

readd doesntorequireacceptance() to test

This commit is contained in:
Godfrey M 2025-08-18 10:52:35 -07:00
parent 1974fccac3
commit 1c99f2dfdd

View File

@ -28,7 +28,7 @@ class CheckoutAssetMailTest extends TestCase
yield 'Asset not requiring acceptance' => [
function () {
$asset = Asset::factory()->create();
$asset = Asset::factory()->doesNotRequireAcceptance()->create();
return [
'asset' => $asset,
'acceptance' => null,