aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-tl-tests.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-13 11:52:50 +0100
committermousebot <mousebot@riseup.net>2022-02-13 11:52:50 +0100
commit6c8caed00adf1d6e3ba1f81a91489ecb66deefb2 (patch)
treed6aa7718ddd0bcf039f48307726d111f2e083d51 /test/mastodon-tl-tests.el
parent5a0cc2fcc5fa0dad2d884dcc9989222d6df9e88e (diff)
parent8a29dcda6827e97b742bb718eb3a7687497f5261 (diff)
Merge branch 'develop'
Diffstat (limited to 'test/mastodon-tl-tests.el')
-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)