SideEffects: fix test
[akkoma] / test / pleroma / web / push / impl_test.exs
index 2575c76d670c9cebca72c5d211f6c63c2638e838..2a4a8fd06269e199112c86458d213a46b31deef1 100644 (file)
@@ -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"