From: Alexander Strizhakov Date: Wed, 26 Feb 2020 14:00:28 +0000 (+0000) Subject: Apply suggestion to test/notification_test.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=086a260c04185623065a97e0ba5277585d4fd49a;p=akkoma Apply suggestion to test/notification_test.exs --- diff --git a/test/notification_test.exs b/test/notification_test.exs index abaafd60e..8679f52a5 100644 --- a/test/notification_test.exs +++ b/test/notification_test.exs @@ -1133,7 +1133,7 @@ defmodule Pleroma.NotificationTest do assert length(Notification.for_user(user, %{with_muted: true})) == 1 end - test "it doesn't return notifications about mentiones with filtered word", %{user: user} do + test "it doesn't return notifications about mentions with filtered word", %{user: user} do insert(:filter, user: user, phrase: "cofe", hide: true) another_user = insert(:user)