diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-12 16:32:38 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-12 16:32:38 +0100 |
commit | 9911006343fdb4290b2cd510bbc05a6cf1cdbaae (patch) | |
tree | dfc9b73a2624533d24ab26dff44f49357e932d0f | |
parent | 4354b7dd3a6205018d3dc99cba547d5862da7889 (diff) |
fix make-author-buffer test: include header img
-rw-r--r-- | test/mastodon-profile-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-profile-tests.el b/test/mastodon-profile-tests.el index 74d5248..267e48b 100644 --- a/test/mastodon-profile-tests.el +++ b/test/mastodon-profile-tests.el @@ -259,7 +259,7 @@ content generation in the function under test." (buffer-substring-no-properties (point-min) (point-max)) (concat "\n" - "[img] \n" + "[img] [img] \n" "Eugen\n" "@Gargron\n" " ------------\n" |