summaryrefslogtreecommitdiff
path: root/test/notification_test.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-01-13 12:41:07 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-01-13 12:41:07 +0300
commitb7908844f24f4ede4244261d43f30ed3724efbb7 (patch)
tree1b2f17fbba3cbd006573b8447117cc9e35c09d99 /test/notification_test.exs
parent54c9db38c8035ecc115e136a09a3d991e426959a (diff)
parenta431e8c9f7033c739e10b0e8b34c75f2cc1d38d4 (diff)
downloadpleroma-b7908844f24f4ede4244261d43f30ed3724efbb7.tar.gz
pleroma-b7908844f24f4ede4244261d43f30ed3724efbb7.zip
Merge branch 'develop' into issue/1383
Diffstat (limited to 'test/notification_test.exs')
-rw-r--r--test/notification_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notification_test.exs b/test/notification_test.exs
index ffa3d4b8c..f5f23bb5a 100644
--- a/test/notification_test.exs
+++ b/test/notification_test.exs
@@ -98,7 +98,7 @@ defmodule Pleroma.NotificationTest do
assert Notification.create_notification(activity, user)
end
- test "it creates a notificatin for the user if the user mutes the activity author" do
+ test "it creates a notification for the user if the user mutes the activity author" do
muter = insert(:user)
muted = insert(:user)
{:ok, _} = User.mute(muter, muted)