Apply suggestion to test/notification_test.exs
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Wed, 26 Feb 2020 14:00:38 +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 8679f52a5d5e93a7ca10ca9b75cf7852dba4bd11..3279ea61e2f49ab2d695ec6a5ce8e252e07b149c 100644 (file)
@@ -1143,7 +1143,7 @@ defmodule Pleroma.NotificationTest do
       assert Enum.empty?(Notification.for_user(user))
     end
 
-    test "it returns notifications about mentiones with not hidden filtered word", %{user: user} do
+    test "it returns notifications about mentions with not hidden filtered word", %{user: user} do
       insert(:filter, user: user, phrase: "test", hide: false)
       another_user = insert(:user)