diff options
| author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-26 16:43:21 +0100 | 
|---|---|---|
| committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-26 16:43:21 +0100 | 
| commit | 52e8bf5ae56d20c9a8ed478284b4c591ba8d6932 (patch) | |
| tree | bb3258d7a4d3fc9cca74332f1871fcfd69aedd84 | |
| parent | 556a57c6e56e6c36145c14cab50f22775f7fbb95 (diff) | |
fix search.el test
| -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." | 
