diff options
author | mousebot <mousebot@riseup.net> | 2022-02-13 13:10:25 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-13 13:10:25 +0100 |
commit | f4f1ef4ad2622ec5c8cd5fe49298b8e317a0a763 (patch) | |
tree | 2cd94929f8a77badf7d9686bc9e954ba3b6b6b43 /test | |
parent | 8a29dcda6827e97b742bb718eb3a7687497f5261 (diff) | |
parent | e917b98166c001ba91c596574f869c50f65b6f1d (diff) |
Merge branch 'mpv-play-at-point' into develop
Diffstat (limited to 'test')
-rw-r--r-- | test/mastodon-media-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-media-tests.el b/test/mastodon-media-tests.el index 0e1152a..abf9a1a 100644 --- a/test/mastodon-media-tests.el +++ b/test/mastodon-media-tests.el @@ -63,7 +63,7 @@ (should (string= "http://example.org/remote/img.png" (plist-get properties 'image-url))) (should (eq mastodon-tl--shr-image-map-replacement (plist-get properties 'keymap))) (should (string= "gifv" (plist-get properties 'mastodon-media-type))) - (should (string= "RET/i: load full image (prefix: copy URL), +/-: zoom, r: rotate, o: save preview\ntype: gifv" + (should (string= "RET/i: load full image (prefix: copy URL), +/-: zoom, r: rotate, o: save preview\nC-RET: play gifv with mpv" (plist-get properties 'help-echo)))))) (ert-deftest mastodon-media--load-image-from-url-avatar-with-imagemagic () |