From 0423fdabdadf6609ed6a0e9a8ae74eff23224b55 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:12:55 +0800 Subject: [PATCH] Update contacts_names_from_vcards_test.py --- Whatsapp_Chat_Exporter/contacts_names_from_vcards_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/contacts_names_from_vcards_test.py b/Whatsapp_Chat_Exporter/contacts_names_from_vcards_test.py index 74205fc..dbe8d9f 100644 --- a/Whatsapp_Chat_Exporter/contacts_names_from_vcards_test.py +++ b/Whatsapp_Chat_Exporter/contacts_names_from_vcards_test.py @@ -19,4 +19,4 @@ def test_normalize_number(): assert normalize_number('001531234567', '2') == '1531234567' assert normalize_number('+1531234567', '34') == '1531234567' assert normalize_number('053(123)4567', '34') == '34531234567' - assert normalize_number('0531-234-567', '58') == '58531234567' \ No newline at end of file + assert normalize_number('0531-234-567', '58') == '58531234567'