]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust test to adjusted code
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 3 Feb 2022 00:25:42 +0000 (01:25 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 3 Feb 2022 00:25:42 +0000 (01:25 +0100)
test/lisp/international/textsec-tests.el

index ee0af66d9923908ced42f36dc8b33ad597a011c2..5bf9a3dcfb3a4f9f6dc6dee2c22385850cf66b4f 100644 (file)
    (textsec-email-address-header-suspicious-p
     "Lars Ingebrigtsen <larsi@\N{RIGHT-TO-LEFT OVERRIDE}gnus.org>"))
 
-  (should (textsec-email-address-header-suspicious-p
-           "דגבא <foo@bar.com>"))
+  (should-not (textsec-email-address-header-suspicious-p
+               "דגבא <foo@bar.com>"))
 
   (should (textsec-email-address-suspicious-p
            "Bob_Norbolwits@GCSsafetyACE.com​")))