aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-notifications-test.el
diff options
context:
space:
mode:
authormouse bot <mousebot@riseup.net>2021-11-06 16:37:44 +0000
committermouse bot <mousebot@riseup.net>2021-11-06 16:37:44 +0000
commite738dbb2cbcdfa96fb6b8ce1d4cac0f209ab6a53 (patch)
tree52779083785878b701229e070153516453939fa3 /test/mastodon-notifications-test.el
parent027f24125fae4abc487207c8c81fdc0f20ec711d (diff)
parentd5bab484a7f8593e095ff0fc97e903a38c62c951 (diff)
Merge pull request 'Merge h_d's cleanups' (#8) from h_d/mastodon.el:cleanups into develop
Reviewed-on: https://git.blast.noho.st/mouse/mastodon.el/pulls/8
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 778d350..3047ae6 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.