1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00

Re-enable test

This commit is contained in:
Hillel Coren 2016-10-05 13:30:10 +03:00
parent a9ce0687cb
commit c863c79bbc

View File

@ -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')
]);
}
}