diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-07 10:35:37 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-07 10:35:37 +0000 |
commit | f13b7878b42e7914248629af8c9c963f7af98d11 (patch) | |
tree | 2b06d4300f3a32517524cd3528f9f0ae43d50cf6 /test/web/mastodon_api | |
parent | 1b51390e4c00785b45a95e74b0ce8fa5d8a4bdbe (diff) | |
parent | 8a79f20c21fcb3baab0a817fc000c78d348349fb (diff) | |
download | pleroma-f13b7878b42e7914248629af8c9c963f7af98d11.tar.gz pleroma-f13b7878b42e7914248629af8c9c963f7af98d11.zip |
Merge branch 'rename_emoji_reactios' into 'develop'
EmojiReactions: Rename to EmojiReacts
See merge request pleroma/pleroma!2181
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r-- | test/web/mastodon_api/views/notification_view_test.exs | 2 |
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) |