diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 11:18:33 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 11:18:33 +0200 |
commit | 76f6aaec2396467b4d0a3c621ef692dbef065f97 (patch) | |
tree | 490f779f9d3d704c15e8d6b825d81915201f98ba | |
parent | 61f742f40df98bd79337bb755ff1c30db3da8f02 (diff) | |
parent | 29e6750c606333b3fe06f55c99cfdffc2e04a3ff (diff) |
Merge branch 'woodpecker'
-rw-r--r-- | Cask | 2 | ||||
-rw-r--r-- | test/mastodon-profile-tests.el | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ (package-file "lisp/mastodon.el") (files "lisp/*.el") -(depends-on "request") +(depends-on "request" "0.3.0") (depends-on "seq") (development diff --git a/test/mastodon-profile-tests.el b/test/mastodon-profile-tests.el index ca323ea..817e386 100644 --- a/test/mastodon-profile-tests.el +++ b/test/mastodon-profile-tests.el @@ -272,12 +272,12 @@ content generation in the function under test." " ------------\n" "\n" "<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p> \n" - " Eugen (@Gargron) 2021-11-11 12:11:11\n" + " Eugen (@Gargron) 2021-11-11 11:11:11\n" " ------------\n" "\n" "\n" "<p><span class=\"h-card\"><a href=\"https://social.bau-ha.us/@CCC\" class=\"u-url mention\">@<span>CCC</span></a></span> At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> \n" - " Eugen (@Gargron) 2021-11-11 01:00:00\n" + " Eugen (@Gargron) 2021-11-11 00:00:00\n" " ------------\n" "\n" ))) |