diff options
| -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." | 
