aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/notification_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notification_test.exs b/test/notification_test.exs
index 8679f52a5..3279ea61e 100644
--- a/test/notification_test.exs
+++ b/test/notification_test.exs
@@ -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)