From 57a165e1efa37c651cfa93e88c0c61d2f9d479bd Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Mon, 26 Jan 2015 07:58:17 -0600 Subject: Fix tag-format function name in tests --- test/test-printing.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-printing.el b/test/test-printing.el index 52fe5be..3125314 100644 --- a/test/test-printing.el +++ b/test/test-printing.el @@ -22,7 +22,7 @@ after being run through `sx-question--tag-format'." (+ (any whitespace digit)) (or "y" "d" "h" "m" "mo" "s") " ago" (+ whitespace) - (eval (mapconcat #'sx-question--tag-format + (eval (mapconcat #'sx-tag--format (list ,@tags) " ")))) -- cgit v1.2.3