]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id
authorMattias Engdegård <mattiase@acm.org>
Thu, 4 Jun 2020 08:55:16 +0000 (10:55 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 4 Jun 2020 08:56:20 +0000 (10:56 +0200)
test/src/xfaces-tests.el

index f08a87a518af6077b6ae3a2c262834c783bced4c..5ed16c9e51dcaab4b02a5aa9d3264e6512c24170 100644 (file)
@@ -20,7 +20,7 @@
 (require 'ert)
 
 (ert-deftest xfaces-color-distance ()
-  ;; Check symmetry (bug#51455).
+  ;; Check symmetry (bug#41544).
   (should (equal (color-distance "#222222" "#ffffff")
                  (color-distance "#ffffff" "#222222"))))