1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 22:54:25 +01:00

Fixes for credit tests

This commit is contained in:
David Bomba 2021-11-28 11:53:58 +11:00
parent 489e02649e
commit c3c09764d8

View File

@ -104,7 +104,7 @@ class CreditTest extends TestCase
'number' => 'dfdfd', 'number' => 'dfdfd',
'discount' => 0, 'discount' => 0,
'is_amount_discount' => 1, 'is_amount_discount' => 1,
'number' => '3434343', 'number' => '34343xx43',
'public_notes' => 'notes', 'public_notes' => 'notes',
'is_deleted' => 0, 'is_deleted' => 0,
'custom_value1' => 0, 'custom_value1' => 0,