diff options
author | mousebot <mousebot@riseup.net> | 2022-02-12 16:54:02 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-12 16:54:02 +0100 |
commit | 71de75548c2fc5e6f535fcba993babab8e6b2b3a (patch) | |
tree | 5013ba9fb425b34a21f5fccf319267cb16f003bf | |
parent | 53f9b4a580ddb0f04213df020647fe2350cb62e2 (diff) | |
parent | 834646570d2a4416aedc29f9d335656f611f2089 (diff) |
Merge branch 'develop' of codeberg.org:martianh/mastodon.el into develop
-rw-r--r-- | test/mastodon-tl-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-tl-tests.el b/test/mastodon-tl-tests.el index dd07416..a569c89 100644 --- a/test/mastodon-tl-tests.el +++ b/test/mastodon-tl-tests.el @@ -559,7 +559,7 @@ a string or a numeric." (mock (mastodon-tl--relative-time-details 'fake-timestamp) => (cons "xxx ago" soon-in-the-future)) (mock (cancel-timer 'initial-timer)) - (mock (run-at-time soon-in-the-future nil + (mock (run-at-time * nil #'mastodon-tl--update-timestamps-callback (current-buffer) nil) => 'new-timer) |