fix tax test failure

This commit is contained in:
Mohit Panjwani
2021-07-16 12:00:28 +05:30
parent 9f673d7eb3
commit 433c6a7c44

View File

@ -278,7 +278,6 @@ test('create invoice with negative tax', function () {
'tax' => $invoice['tax'],
'discount' => $invoice['discount'],
'user_id' => $invoice['user_id'],
'invoice_template_id' => $invoice['invoice_template_id'],
]);
$this->assertDatabaseHas('invoice_items', $invoice['items'][0]);