From c3c09764d87bca9b7b339074a9fd01e8f78da113 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 28 Nov 2021 11:53:58 +1100 Subject: [PATCH] Fixes for credit tests --- tests/Feature/CreditTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/CreditTest.php b/tests/Feature/CreditTest.php index 0562f2fd16a7..9a6e078d4ac7 100644 --- a/tests/Feature/CreditTest.php +++ b/tests/Feature/CreditTest.php @@ -104,7 +104,7 @@ class CreditTest extends TestCase 'number' => 'dfdfd', 'discount' => 0, 'is_amount_discount' => 1, - 'number' => '3434343', + 'number' => '34343xx43', 'public_notes' => 'notes', 'is_deleted' => 0, 'custom_value1' => 0,