Minor fixes for tets

This commit is contained in:
David Bomba 2024-01-05 11:23:42 +11:00
parent 24c9edd1a7
commit a3b0d199f5

View File

@ -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();