Skip to content

Commit 1c99f2d

Browse files
committed
readd doesntorequireacceptance() to test
1 parent 1974fcc commit 1c99f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Mail/CheckoutAssetMailTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function () {
2828

2929
yield 'Asset not requiring acceptance' => [
3030
function () {
31-
$asset = Asset::factory()->create();
31+
$asset = Asset::factory()->doesNotRequireAcceptance()->create();
3232
return [
3333
'asset' => $asset,
3434
'acceptance' => null,

0 commit comments

Comments
 (0)