aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-vterm--pick-project.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ai-vterm--pick-project.el')
-rw-r--r--tests/test-ai-vterm--pick-project.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-ai-vterm--pick-project.el b/tests/test-ai-vterm--pick-project.el
index a90fe822..f332589a 100644
--- a/tests/test-ai-vterm--pick-project.el
+++ b/tests/test-ai-vterm--pick-project.el
@@ -69,7 +69,7 @@ Works whether COLLECTION is an alist or a completion-table function."
'("/c/baz [detached]" "/c/bar" "/c/foo"))))))
(ert-deftest test-ai-vterm--format-candidate-flags-running-project ()
- "Normal: a path whose claude buffer has a live process gets a [running] suffix."
+ "Normal: a path whose agent buffer has a live process gets a [running] suffix."
(let* ((path (expand-file-name "~/code/already-running"))
(buffer-name (cj/--ai-vterm-buffer-name path))
(buf (get-buffer-create buffer-name)))
@@ -107,7 +107,7 @@ Works whether COLLECTION is an alist or a completion-table function."
(ert-deftest test-ai-vterm--format-candidate-omits-flag-when-not-running ()
"Boundary: a path with no buffer or no live process -> plain abbreviated path."
(let ((path (expand-file-name "~/code/not-running")))
- ;; Make sure no claude buffer exists for this path.
+ ;; Make sure no agent buffer exists for this path.
(let ((bn (cj/--ai-vterm-buffer-name path)))
(when (get-buffer bn) (kill-buffer bn)))
(should (equal (cj/--ai-vterm-format-candidate path)