Apply suggestion to test/notification_test.exs
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 26 Feb 2020 14:00:28 +0000 (14:00 +0000)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Mon, 6 Jul 2020 06:30:42 +0000 (09:30 +0300)
test/notification_test.exs

index abaafd60ef217efd7eb92b71ed94264063d2715a..8679f52a5d5e93a7ca10ca9b75cf7852dba4bd11 100644 (file)
@@ -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)