diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 19:53:17 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 19:53:17 +0100 |
commit | 40e8123b84ce54100a818e6b19507d3a492614f6 (patch) | |
tree | 118d1611d54917787fad8ddd36c54199be2dadf7 /test/mastodon-toot-tests.el | |
parent | 87a6bc9d7d0026ba88a958ed9d3a9d074374b164 (diff) | |
parent | 1bfcb22043580d6bc4252300f55135aac8c50aea (diff) |
Merge branch 'triage-response-data' into develop
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 5efe2e1..6133453 100644 --- a/test/mastodon-toot-tests.el +++ b/test/mastodon-toot-tests.el @@ -180,7 +180,7 @@ mention string." => "https://example.space/statuses/61208/pin") (mock (mastodon-http--post "https://example.space/statuses/61208/pin") => pin-response) - (should (equal (mastodon-toot--action "pin" (lambda () + (should (equal (mastodon-toot--action "pin" (lambda (_) (message "Toot pinned!"))) "Toot pinned!")))))) |