mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix tax test failure
This commit is contained in:
@ -278,7 +278,6 @@ test('create invoice with negative tax', function () {
|
|||||||
'tax' => $invoice['tax'],
|
'tax' => $invoice['tax'],
|
||||||
'discount' => $invoice['discount'],
|
'discount' => $invoice['discount'],
|
||||||
'user_id' => $invoice['user_id'],
|
'user_id' => $invoice['user_id'],
|
||||||
'invoice_template_id' => $invoice['invoice_template_id'],
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->assertDatabaseHas('invoice_items', $invoice['items'][0]);
|
$this->assertDatabaseHas('invoice_items', $invoice['items'][0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user