aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-12 16:54:02 +0100
committermousebot <mousebot@riseup.net>2022-02-12 16:54:02 +0100
commit71de75548c2fc5e6f535fcba993babab8e6b2b3a (patch)
tree5013ba9fb425b34a21f5fccf319267cb16f003bf /test
parent53f9b4a580ddb0f04213df020647fe2350cb62e2 (diff)
parent834646570d2a4416aedc29f9d335656f611f2089 (diff)
Merge branch 'develop' of codeberg.org:martianh/mastodon.el into develop
Diffstat (limited to 'test')
-rw-r--r--test/mastodon-tl-tests.el2
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)