Fixes for tests
This commit is contained in:
parent
b113859690
commit
56b29939bb
|
|
@ -159,8 +159,10 @@ class RefundTest extends TestCase
|
|||
$this->invoice->setRelation('client', $this->client);
|
||||
$this->invoice->setRelation('company', $this->company);
|
||||
|
||||
$this->invoice->service()->createInvitations()->markSent();
|
||||
$this->invoice->service()->createInvitations()->markSent()->save();
|
||||
|
||||
$this->assertNotNull($this->invoice->invitations);
|
||||
|
||||
$data = [
|
||||
'amount' => 50,
|
||||
'client_id' => $client->hashed_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue