diff options
author | mousebot <mousebot@riseup.net> | 2022-02-14 16:15:04 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-14 16:15:04 +0100 |
commit | 3e80d32fbce9a242c1f7080effbff3dcab5a9871 (patch) | |
tree | 6a47223fee981b884b10885130dcae987dd80314 /test/mastodon-tl-tests.el | |
parent | 949520069569b3b5397a00cca0d9671f3445ddea (diff) | |
parent | 6e68b7051595bf99bade4d3052286f95d606a155 (diff) |
Merge branch 'develop' into filters
Diffstat (limited to 'test/mastodon-tl-tests.el')
-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) |