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:
parent
1974fccac3
commit
1c99f2dfdd
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user