summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorLain Soykaf <lain@soykaf.club>2020-02-06 18:09:57 +0100
committerLain Soykaf <lain@soykaf.club>2020-02-06 18:09:57 +0100
commit8a79f20c21fcb3baab0a817fc000c78d348349fb (patch)
tree4deeec8a033c173391fc59c048f4149dfe2f2dda /test/web/mastodon_api
parentdf0b00b32dbfa15cfd941c87bea6b32a43625f75 (diff)
downloadpleroma-8a79f20c21fcb3baab0a817fc000c78d348349fb.tar.gz
pleroma-8a79f20c21fcb3baab0a817fc000c78d348349fb.zip
EmojiReactions: Rename to EmojiReacts
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/views/notification_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/views/notification_view_test.exs b/test/web/mastodon_api/views/notification_view_test.exs
index 1fe83cb2c..2ac75c2ff 100644
--- a/test/web/mastodon_api/views/notification_view_test.exs
+++ b/test/web/mastodon_api/views/notification_view_test.exs
@@ -135,7 +135,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationViewTest do
NotificationView.render("index.json", %{notifications: [notification], for: follower})
end
- test "EmojiReaction notification" do
+ test "EmojiReact notification" do
user = insert(:user)
other_user = insert(:user)