diff --git a/tests/Feature/InvoiceTest.php b/tests/Feature/InvoiceTest.php index a900af01..afa75ed1 100644 --- a/tests/Feature/InvoiceTest.php +++ b/tests/Feature/InvoiceTest.php @@ -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]);