forked from AkkomaGang/akkoma
Apply suggestion to test/notification_test.exs
This commit is contained in:
parent
086a260c04
commit
52ff75413a
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ test "it doesn't return notifications about mentions with filtered word", %{user
|
|||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue