aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-toot-tests.el
blob: e9d3b261baa789cce92c8c7cf1824694ee630dbf (plain) (blame)
1
2
3
4
5
6
(require 'el-mock)

(ert-deftest cancel ()
  (with-mock
    (mock (kill-buffer-and-window))
    (should (eq nil (mastodon-toot--cancel)))))