Apply suggestion to test/notification_test.exs

This commit is contained in:
Alexander Strizhakov 2020-02-26 14:00:38 +00:00
parent 086a260c04
commit 52ff75413a
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 1 additions and 1 deletions

View 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)