diff --git a/tests/acceptance/InvoiceCest.php b/tests/acceptance/InvoiceCest.php index 487194f1fb..bdddb5a057 100644 --- a/tests/acceptance/InvoiceCest.php +++ b/tests/acceptance/InvoiceCest.php @@ -73,7 +73,7 @@ class InvoiceCest //check if po_number was updated $I->seeInDatabase('invoices', [ 'po_number' => $po_number, - //'invoice_date' => date('Y-m-d') + 'invoice_date' => date('Y-m-d') ]); } }