From 00a8e365b9138e79cc68079d870af9aaea629f7d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 3 Feb 2022 01:25:42 +0100 Subject: [PATCH] Adjust test to adjusted code --- test/lisp/international/textsec-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lisp/international/textsec-tests.el b/test/lisp/international/textsec-tests.el index ee0af66d992..5bf9a3dcfb3 100644 --- a/test/lisp/international/textsec-tests.el +++ b/test/lisp/international/textsec-tests.el @@ -169,8 +169,8 @@ (textsec-email-address-header-suspicious-p "Lars Ingebrigtsen ")) - (should (textsec-email-address-header-suspicious-p - "דגבא ")) + (should-not (textsec-email-address-header-suspicious-p + "דגבא ")) (should (textsec-email-address-suspicious-p "Bob_Norbolwits@GCSsafetyACE.com​"))) -- 2.39.5