aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-26 14:00:38 +0000
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-07-06 09:30:42 +0300
commit52ff75413a5a73f045c7b515a06ae40eb568dfa8 (patch)
treeff95d3103f06144fcabc380004e6f1cdaaf06dd3
parent086a260c04185623065a97e0ba5277585d4fd49a (diff)
downloadpleroma-52ff75413a5a73f045c7b515a06ae40eb568dfa8.tar.gz
Apply suggestion to test/notification_test.exs
-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)