diff --git a/tests/Integration/EventTest.php b/tests/Integration/EventTest.php index 3bcbbaff5313..d6ca4dce5d76 100644 --- a/tests/Integration/EventTest.php +++ b/tests/Integration/EventTest.php @@ -397,6 +397,7 @@ class EventTest extends TestCase ]; $quote = Quote::find($this->decodePrimaryKey($arr['data']['id'])); + $quote->due_date = now()->addYear(); $quote->status_id = Quote::STATUS_SENT; $quote->save();