summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-11-17 19:51:37 +0000
committerMark Felder <feld@FreeBSD.org>2020-11-17 20:22:24 +0000
commit499faa82f6e9bc400b059a7fd3e5a910eebe1a58 (patch)
tree204ab9d8d4eb77bb6537a4b811ae7ba0fa83412f /test
parent5d0bc5e028c94ab1c7ebf746b5d01af1fbef396f (diff)
downloadpleroma-499faa82f6e9bc400b059a7fd3e5a910eebe1a58.tar.gz
pleroma-499faa82f6e9bc400b059a7fd3e5a910eebe1a58.zip
Synchronize reaction notification text with PleromaFE's style
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/push/impl_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/push/impl_test.exs b/test/pleroma/web/push/impl_test.exs
index 2575c76d6..2a4a8fd06 100644
--- a/test/pleroma/web/push/impl_test.exs
+++ b/test/pleroma/web/push/impl_test.exs
@@ -196,7 +196,7 @@ defmodule Pleroma.Web.Push.ImplTest do
object = Object.normalize(activity)
assert Impl.format_body(%{activity: activity, type: "pleroma:emoji_reaction"}, user, object) ==
- "@Bob has reacted with 👍"
+ "@Bob reacted with 👍"
assert Impl.format_title(%{activity: activity, type: "pleroma:emoji_reaction"}) ==
"New Reaction"