aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSadposter <hannah+pleroma@coffee-and-dreams.uk>2019-04-05 17:07:58 +0100
committerSadposter <hannah+pleroma@coffee-and-dreams.uk>2019-04-05 17:07:58 +0100
commita270e7a1915c0d36004e16fc9a166a42ea3eff8a (patch)
tree7bb0606a85cf9aad0334ef14a5bf02b387ef7e15 /test
parentf6e131eeb9b9e75e66c5e64084f46e57b9b1358f (diff)
downloadpleroma-a270e7a1915c0d36004e16fc9a166a42ea3eff8a.tar.gz
Mix format everything
Diffstat (limited to 'test')
-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 2163c95c0..8109623af 100644
--- a/test/notification_test.exs
+++ b/test/notification_test.exs
@@ -33,7 +33,7 @@ defmodule Pleroma.NotificationTest do
test "it creates a notification for subscribed users" do
user = insert(:user)
subscriber = insert(:user)
-
+
User.subscribe(subscriber, user)
{:ok, status} = TwitterAPI.create_status(user, %{"status" => "Akariiiin"})