From 4fff6502368e87b3c031589a1a96267243f868b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 4 Jun 2020 10:55:16 +0200 Subject: [PATCH] ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id --- test/src/xfaces-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))) -- 2.39.2