From 62148f9ecd669dab93d1dc8bf68aeebeaa3cb4f4 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sun, 14 Jan 2024 16:50:12 +0100 Subject: [PATCH] test: make phone number unique --- frappe/contacts/doctype/contact/test_records.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/contacts/doctype/contact/test_records.json b/frappe/contacts/doctype/contact/test_records.json index 11c5329e93..35fff587ae 100644 --- a/frappe/contacts/doctype/contact/test_records.json +++ b/frappe/contacts/doctype/contact/test_records.json @@ -31,9 +31,9 @@ ], "phone_nos": [ { - "phone": "+91 0000000000", + "phone": "+91 0000000001", "is_primary_phone": 1 } ] } -] \ No newline at end of file +]