diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-01 18:44:43 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-01 18:44:43 +0200 |
commit | f49b79d520d6650596cd3ea25e69ce6d562a2040 (patch) | |
tree | d2b0358e1099f074f29f0e649214974cc0d623a0 /test | |
parent | 9ac865cb0c418d9a651a3e617e14ca60facc5936 (diff) |
ert-helper: search before mastodon.el
Diffstat (limited to 'test')
-rw-r--r-- | test/ert-helper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ert-helper.el b/test/ert-helper.el index 984a8ae..9c85dfb 100644 --- a/test/ert-helper.el +++ b/test/ert-helper.el @@ -1,6 +1,7 @@ (load-file "lisp/mastodon-http.el") (load-file "lisp/mastodon-iso.el") (load-file "lisp/mastodon-toot.el") +(load-file "lisp/mastodon-search.el") (load-file "lisp/mastodon.el") (load-file "lisp/mastodon-search.el") (load-file "lisp/mastodon-client.el") @@ -10,7 +11,6 @@ (load-file "lisp/mastodon-media.el") (load-file "lisp/mastodon-notifications.el") (load-file "lisp/mastodon-profile.el") -(load-file "lisp/mastodon-search.el") (load-file "lisp/mastodon-tl.el") (load-file "lisp/mastodon-async.el") |