aboutsummaryrefslogtreecommitdiff
path: root/test/test-printing.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-printing.el')
-rw-r--r--test/test-printing.el2
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) " "))))