diff options
Diffstat (limited to 'test/test-printing.el')
-rw-r--r-- | test/test-printing.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) " ")))) |