mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
Re-enable test
This commit is contained in:
parent
a9ce0687cb
commit
c863c79bbc
@ -73,7 +73,7 @@ class InvoiceCest
|
|||||||
//check if po_number was updated
|
//check if po_number was updated
|
||||||
$I->seeInDatabase('invoices', [
|
$I->seeInDatabase('invoices', [
|
||||||
'po_number' => $po_number,
|
'po_number' => $po_number,
|
||||||
//'invoice_date' => date('Y-m-d')
|
'invoice_date' => date('Y-m-d')
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user