diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-26 14:00:28 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-07-06 09:30:42 +0300 |
commit | 086a260c04185623065a97e0ba5277585d4fd49a (patch) | |
tree | cb794b146c186975b515c18dbc567a33f08d468d | |
parent | 771748db1fa01a71c52c20b890e1b80bfcf1e230 (diff) | |
download | pleroma-086a260c04185623065a97e0ba5277585d4fd49a.tar.gz |
Apply suggestion to test/notification_test.exs
-rw-r--r-- | test/notification_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notification_test.exs b/test/notification_test.exs index abaafd60e..8679f52a5 100644 --- a/test/notification_test.exs +++ b/test/notification_test.exs @@ -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) |