diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-07 19:53:38 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-07 19:53:38 +0200 |
commit | c7afbef1ce48ba829b078388cbda5f79103f89c4 (patch) | |
tree | 2f87c6ef6db4899e13751a8305541150390bb595 /test | |
parent | 1410db49e7b21ba0cab397fc34b0ffbcdd084f4c (diff) |
ert-helper order for with-mastodon-buffer macro
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 9c85dfb..4e634b0 100644 --- a/test/ert-helper.el +++ b/test/ert-helper.el @@ -1,5 +1,6 @@ (load-file "lisp/mastodon-http.el") (load-file "lisp/mastodon-iso.el") +(load-file "lisp/mastodon-tl.el") (load-file "lisp/mastodon-toot.el") (load-file "lisp/mastodon-search.el") (load-file "lisp/mastodon.el") @@ -11,7 +12,6 @@ (load-file "lisp/mastodon-media.el") (load-file "lisp/mastodon-notifications.el") (load-file "lisp/mastodon-profile.el") -(load-file "lisp/mastodon-tl.el") (load-file "lisp/mastodon-async.el") ;; load tests in bulk to avoid using deprecated `cask exec' |