aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-accounts.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-07 08:07:55 -0500
committerCraig Jennings <c@cjennings.net>2026-06-07 08:07:55 -0500
commit95209466881d3e6fd4f0d097358b16842d83ec6d (patch)
tree4af9ef7f05a29b0389c203b86168bfaa1e1169df /tests/test-pearl-accounts.el
parente2208276021def42dadd5e422aa96e9004040dd9 (diff)
downloadpearl-95209466881d3e6fd4f0d097358b16842d83ec6d.tar.gz
pearl-95209466881d3e6fd4f0d097358b16842d83ec6d.zip
style(render): space the account name from Pearl in the lighter
Diffstat (limited to 'tests/test-pearl-accounts.el')
-rw-r--r--tests/test-pearl-accounts.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pearl-accounts.el b/tests/test-pearl-accounts.el
index 2a4cb69..7994905 100644
--- a/tests/test-pearl-accounts.el
+++ b/tests/test-pearl-accounts.el
@@ -393,7 +393,7 @@ fetching the active account's issues into it would cross workspaces."
"The lighter names the active account when accounts are configured."
(let ((pearl-accounts '(("work" :api-key-source (:literal "kw") :org-file "/tmp/w.org")))
(pearl-active-account "work"))
- (should (string-equal " Pearl[work]" (pearl--mode-line-lighter)))))
+ (should (string-equal " Pearl [work]" (pearl--mode-line-lighter)))))
(ert-deftest test-pearl-mode-line-lighter-plain-in-legacy ()
"Without accounts the lighter is the plain \" Pearl\"."