aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-notifications-test.el
diff options
context:
space:
mode:
authorHolger Dürer <me@hdurer.net>2021-11-08 20:28:25 +0100
committerHolger Dürer <me@hdurer.net>2021-11-10 20:12:12 +0100
commit5df05d94926ada6843cbc65aea4b64c18429fdf1 (patch)
tree4bcf94f80a01c7338e191beffa3bfbac68908c6e /test/mastodon-notifications-test.el
parent6b4a47290bf32f5be670d6aa92c3e7780e667ff3 (diff)
Reformatting `mastodon-search-tests.el`.
- Remove redundant let binding of vars - Re-indent various things to better fit reasonably on a screen.
Diffstat (limited to 'test/mastodon-notifications-test.el')
-rw-r--r--test/mastodon-notifications-test.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mastodon-notifications-test.el b/test/mastodon-notifications-test.el
index 3047ae6..778d350 100644
--- a/test/mastodon-notifications-test.el
+++ b/test/mastodon-notifications-test.el
@@ -185,8 +185,8 @@
"Ensure get request format for notifictions is accurate."
(let ((mastodon-instance-url "https://instance.url"))
(with-mock
- (mock (mastodon-http--get-json "https://instance.url/api/v1/notifications" ))
- (mastodon-notifications--get))))
+ (mock (mastodon-http--get-json "https://instance.url/api/v1/notifications" ))
+ (mastodon-notifications--get))))
(defun mastodon-notifications--test-type (fun sample)
"Test notification draw functions.