mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-10 05:54:34 -04:00
Fixes for tests
This commit is contained in:
parent
9dc91e5f97
commit
f962afa657
@ -457,7 +457,7 @@ class PaymentTest extends TestCase
|
|||||||
|
|
||||||
$this->invoice = $this->invoice_calc->getInvoice();
|
$this->invoice = $this->invoice_calc->getInvoice();
|
||||||
$this->invoice->save();
|
$this->invoice->save();
|
||||||
$this->invoice->service()->markSent()->save();
|
$this->invoice->service()->markSent()->createInvitations()->save();
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'amount' => 2.0,
|
'amount' => 2.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user