aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-search-tests.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-26 16:43:21 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-26 16:43:21 +0100
commit52e8bf5ae56d20c9a8ed478284b4c591ba8d6932 (patch)
treebb3258d7a4d3fc9cca74332f1871fcfd69aedd84 /test/mastodon-search-tests.el
parent556a57c6e56e6c36145c14cab50f22775f7fbb95 (diff)
fix search.el test
Diffstat (limited to 'test/mastodon-search-tests.el')
-rw-r--r--test/mastodon-search-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-search-tests.el b/test/mastodon-search-tests.el
index e6d4cdb..8dc597a 100644
--- a/test/mastodon-search-tests.el
+++ b/test/mastodon-search-tests.el
@@ -119,7 +119,7 @@
(should
(equal
(mastodon-search--get-user-info-@ mastodon-search--single-account-query)
- '(": ( ) { : | : & } ; :" "@mousebot" "https://todon.nl/@mousebot"))))
+ '("@mousebot" "https://todon.nl/@mousebot" ": ( ) { : | : & } ; :"))))
(ert-deftest mastodon-search--get-user-info ()
"Should build a list from a single account for company completion."