mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-17 18:59:59 +01:00
Apply suggestion to test/notification_test.exs
This commit is contained in:
parent
771748db1f
commit
086a260c04
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user