From 433c6a7c44c3161c12f72f776b529b10b89927f2 Mon Sep 17 00:00:00 2001 From: Mohit Panjwani Date: Fri, 16 Jul 2021 12:00:28 +0530 Subject: [PATCH] fix tax test failure --- tests/Feature/InvoiceTest.php | 1 - 1 file changed, 1 deletion(-) 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]);