Apply suggestion to test/notification_test.exs

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

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