diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mastodon-toot-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el index 0734723..06da870 100644 --- a/test/mastodon-toot-tests.el +++ b/test/mastodon-toot-tests.el @@ -42,4 +42,5 @@ (ert-deftest cancel () (with-mock (mock (kill-buffer-and-window)) - (should (eq nil (mastodon-toot--cancel))))) + (mastodon-toot--cancel) + (mock-verify))) |