aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dashboard-config-launchers.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-dashboard-config-launchers.el')
-rw-r--r--tests/test-dashboard-config-launchers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-dashboard-config-launchers.el b/tests/test-dashboard-config-launchers.el
index cb925075..0ac37f87 100644
--- a/tests/test-dashboard-config-launchers.el
+++ b/tests/test-dashboard-config-launchers.el
@@ -83,7 +83,7 @@ Slack and Linear sharing the last row."
(let ((map (make-sparse-keymap)) (calls nil))
(cl-letf (((symbol-function 'projectile-switch-project) (lambda (&rest _) (push 'code calls)))
((symbol-function 'dirvish) (lambda (&rest _) (push 'files calls)))
- ((symbol-function 'vterm) (lambda (&rest _) (push 'term calls)))
+ ((symbol-function 'ghostel) (lambda (&rest _) (push 'term calls)))
((symbol-function 'cj/main-agenda-display) (lambda (&rest _) (push 'agenda calls)))
((symbol-function 'cj/elfeed-open) (lambda (&rest _) (push 'feeds calls)))
((symbol-function 'calibredb) (lambda (&rest _) (push 'books calls)))