diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-13 12:17:24 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-13 12:17:24 +0200 |
commit | 946758ebf2fb9ffc8773c2fa072c79fea143d24c (patch) | |
tree | 9198d0a08eb350f93f3fb5f732b4b6062101eec0 /test/mastodon-toot-tests.el | |
parent | f268afe2d4e00482fc7612d312eb7a744bd8eb7b (diff) | |
parent | 154d984a7af43b5e0caa9f3df7ca49f0def1dab1 (diff) |
Merge branch 'develop' into update-meta-fields
Diffstat (limited to 'test/mastodon-toot-tests.el')
-rw-r--r-- | test/mastodon-toot-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el index 0c31029..5b95cdc 100644 --- a/test/mastodon-toot-tests.el +++ b/test/mastodon-toot-tests.el @@ -89,7 +89,7 @@ mention string." (mastodon-instance-url "https://local.social")) (should (string= (mastodon-toot--mentions mastodon-toot-no-mention) "")))) -;; TODO: test y-or-no-p with matodon-toot--cancel +;; TODO: test y-or-no-p with mastodon-toot--cancel (ert-deftest mastodon-toot--kill () "Should kill the buffer when cancelling the toot." (with-mock |