diff options
author | Sean Allred <code@seanallred.com> | 2015-01-26 07:58:17 -0600 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-26 07:58:17 -0600 |
commit | 57a165e1efa37c651cfa93e88c0c61d2f9d479bd (patch) | |
tree | 7018c7f0370f819ca50440556c78557bbbad42e9 /test/test-printing.el | |
parent | a359f7cca7751372437b853fc648081acffc5b63 (diff) |
Fix tag-format function name in tests
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) " ")))) |