From c863c79bbc2478df7386fe5d26a588e4126c2a57 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 5 Oct 2016 13:30:10 +0300 Subject: [PATCH] Re-enable test --- tests/acceptance/InvoiceCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/InvoiceCest.php b/tests/acceptance/InvoiceCest.php index 487194f1fba3..bdddb5a05722 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') ]); } }