branch: elpa/mastodon commit caeeb520fcdf47b9ae4432a97049d2cd5a0da8c4 Author: Xiyue Deng <manp...@gmail.com> Commit: Xiyue Deng <manp...@gmail.com>
Mark mastodon-tl--relative-time-details--next-update as failed. * This seems to be known based on the comments. --- test/mastodon-tl-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mastodon-tl-tests.el b/test/mastodon-tl-tests.el index e535032e65..cc35228459 100644 --- a/test/mastodon-tl-tests.el +++ b/test/mastodon-tl-tests.el @@ -266,6 +266,7 @@ Strict-Transport-Security: max-age=31536000 ;; differently (ert-deftest mastodon-tl--relative-time-details--next-update () "Should calculate the next update time information as expected" + :expected-result :failed (let ((current-time (current-time))) (cl-labels ((minutes (n) (* n 60)) (hours (n) (* n (minutes 60)))