summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-08-27 09:21:03 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-08-27 09:21:03 +0300
commit6cd7216f548be91de6b53aab5fdf605ee8f412cc (patch)
tree67e98993bd6b9a8f6aada98b8c3d02ffd63e48d5 /tests
parent2bdbd51b3bfde661edd2ef2c0a85fde5e5d0d768 (diff)
tests/renderer-package: Fix whitespace.
Diffstat (limited to 'tests')
-rw-r--r--tests/renderer-package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/renderer-package.lisp b/tests/renderer-package.lisp
index ea3d1f869..b626fa943 100644
--- a/tests/renderer-package.lisp
+++ b/tests/renderer-package.lisp
@@ -21,7 +21,7 @@
(defmethod files:resolve ((profile nyxt-user::test-profile) (file files:file))
"Store all files in a temporary `+test-root+' directory."
- (files:join +test-root+ (call-next-method)))
+ (files:join +test-root+ (call-next-method)))
(defmacro with-prompt-buffer-test (command &body body)
(alexandria:with-gensyms (thread)