aboutsummaryrefslogtreecommitdiff
path: root/test
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:35 +0100
commitf08fe8278c368795bc5a8f19d1d44a5142c7350c (patch)
tree99f77ba9811cb26cf5835c3fa7e633ddb248adc9 /test
parent1f4870555241fcc55f6f2c2e2f6f64993ec2c3ad (diff)
fix search.el test
Diffstat (limited to 'test')
-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."