mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 08:54:34 -04:00
Minor fixes for tets
This commit is contained in:
parent
24c9edd1a7
commit
a3b0d199f5
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user