From: Mattias EngdegÄrd Date: Thu, 4 Jun 2020 08:55:16 +0000 (+0200) Subject: ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id X-Git-Tag: emacs-28.0.90~7215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fff6502368e87b3c031589a1a96267243f868b0;p=emacs.git ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id --- diff --git a/test/src/xfaces-tests.el b/test/src/xfaces-tests.el index f08a87a518a..5ed16c9e51d 100644 --- a/test/src/xfaces-tests.el +++ b/test/src/xfaces-tests.el @@ -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"))))