aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-profile-tests.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2023-10-30 19:54:12 +0100
committermarty hiatt <martianhiatus@riseup.net>2023-10-30 19:54:12 +0100
commitcf7b3710c682cbad444016ab7f9b9639cef84453 (patch)
treefd482f96947d5d1c530129546a83394a8866a971 /test/mastodon-profile-tests.el
parentd8bd51da807633a3a55923fe00aa0eb1141a3df1 (diff)
parent40e8123b84ce54100a818e6b19507d3a492614f6 (diff)
Merge branch 'develop'
Diffstat (limited to 'test/mastodon-profile-tests.el')
-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 1936b99..d187e2d 100644
--- a/test/mastodon-profile-tests.el
+++ b/test/mastodon-profile-tests.el
@@ -158,11 +158,11 @@ When formatting Gargon's state we want to see
t))
(should
(equal
- (get-text-property 4 'toot-id)
+ (get-text-property 4 'item-id)
(alist-get 'id gargron-profile-json)))
(should
(equal
- (get-text-property 4 'toot-json)
+ (get-text-property 4 'item-json)
gargron-profile-json)))))
(ert-deftest mastodon-profile--search-account-by-handle--removes-at ()