aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-26 07:58:17 -0600
committerSean Allred <code@seanallred.com>2015-01-26 07:58:17 -0600
commit57a165e1efa37c651cfa93e88c0c61d2f9d479bd (patch)
tree7018c7f0370f819ca50440556c78557bbbad42e9 /test
parenta359f7cca7751372437b853fc648081acffc5b63 (diff)
Fix tag-format function name in tests
Diffstat (limited to 'test')
-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) " "))))