diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-28 13:51:47 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-28 13:51:47 +0100 |
commit | f5985d7c762ca2cffb6c067e83bc4d5b1c678dca (patch) | |
tree | 2e856b0cf1b7534cfa09a7d3b89760eddff48201 /test/mastodon-search-tests.el | |
parent | 593ad71b2c331d6aeb24dcfb943d4cc435e36bf3 (diff) | |
parent | 119d0de0ec1e916fc14a083368ac32e488d1263b (diff) |
Merge branch 'develop' into remove-from-followers
Diffstat (limited to 'test/mastodon-search-tests.el')
-rw-r--r-- | test/mastodon-search-tests.el | 2 |
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." |