emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon f3cfd273f9 33/45: mastodon--kill-window in toot-t


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon f3cfd273f9 33/45: mastodon--kill-window in toot-tests.el
Date: Thu, 1 Feb 2024 10:01:01 -0500 (EST)

branch: elpa/mastodon
commit f3cfd273f9d7f23cff8da1f483e975eaefba6e0e
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    mastodon--kill-window in toot-tests.el
---
 test/mastodon-toot-tests.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el
index 6133453eb0..62f6f86498 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]