diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-11 09:53:01 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-05-11 09:53:01 +0200 |
commit | fc8d0fb6f20fbc291761648f2c7a801c41a6f876 (patch) | |
tree | ccfa74f3ac92c843d2312bc73df50a999348a06a /test | |
parent | 18f3941e78f22e6b81c01fb21ea67daccab3b662 (diff) | |
parent | ebb44f398037c3bd6aca1c85799ed353c44e9c3d (diff) |
Merge branch 'develop'
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' |