aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2023-12-31 11:01:16 +0100
committermarty hiatt <martianhiatus@riseup.net>2023-12-31 11:01:16 +0100
commitf3cfd273f9d7f23cff8da1f483e975eaefba6e0e (patch)
tree68eb8451e2e027c53d2f3a98f8c0cc7bec0facee /test
parent20b41bfa9512cc643c23b8e3d8062c8bebf0be79 (diff)
mastodon--kill-window in toot-tests.el
Diffstat (limited to 'test')
-rw-r--r--test/mastodon-toot-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el
index 6133453..62f6f86 100644
--- a/test/mastodon-toot-tests.el
+++ b/test/mastodon-toot-tests.el
@@ -117,9 +117,9 @@ mention string."
(list (current-window-configuration)
(point-marker))))
(with-mock
- (mock (kill-buffer-and-window))
- (mastodon-toot--kill)
- (mock-verify))))
+ (mock (mastodon--kill-window))
+ (mastodon-toot--kill)
+ (mock-verify))))
(ert-deftest mastodon-toot--own-toot-p-fail ()
"Should not return t if not own toot."