diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-12 22:02:11 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-12 22:43:10 +0200 |
commit | eece353104038f0776f9b67c23442813c70b8bcc (patch) | |
tree | a48b7ab2b49e87516a22b463eb99ead646584af3 /test/mastodon-toot-tests.el | |
parent | cf504419334bf964e5211ab238783efb15325648 (diff) |
fix spoiler text and indent tl-tests
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 |