aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-19 13:52:13 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-19 13:52:13 +0100
commit7df7f7166dd18a85fcac27e6d7a773e6d4a92fe0 (patch)
tree602f91f1fc2ac5a11d0a5a0c8f29a7968733486b /test
parent521c7c2ae40635532ae22b742a7a521761b2ee85 (diff)
profile-tests: gargon-statuses, use lists only for json
Diffstat (limited to 'test')
-rw-r--r--test/mastodon-profile-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mastodon-profile-tests.el b/test/mastodon-profile-tests.el
index 1ce9514..56cb852 100644
--- a/test/mastodon-profile-tests.el
+++ b/test/mastodon-profile-tests.el
@@ -54,7 +54,7 @@
(fields . [])))
(defconst gargon-statuses-json
- `[((id . "123456789012345678")
+ `(((id . "123456789012345678")
(created_at . "2021-11-11T11:11:11.111Z")
(in_reply_to_id)
(in_reply_to_account_id)
@@ -112,7 +112,7 @@
(tags . [])
(emojis . [])
(card)
- (poll))])
+ (poll))))
(ert-deftest mastodon-profile--add-author-bylines ()
"Should correctly format short infos about one account.