From: Alexander Strizhakov Date: Wed, 26 Feb 2020 14:00:38 +0000 (+0000) Subject: Apply suggestion to test/notification_test.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=52ff75413a5a73f045c7b515a06ae40eb568dfa8;p=akkoma Apply suggestion to test/notification_test.exs --- diff --git a/test/notification_test.exs b/test/notification_test.exs index 8679f52a5..3279ea61e 100644 --- a/test/notification_test.exs +++ b/test/notification_test.exs @@ -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)