diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-04-08 21:33:37 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-04-08 21:33:37 +0300 |
commit | 3965772b261e78669441a5bf3a597f1a69f78a7f (patch) | |
tree | b9d6df58420ca9b8ed50c36313bdf7adc75997c0 | |
parent | f35c28bf070014dfba4b988bfc47fbf93baef81f (diff) | |
download | pleroma-3965772b261e78669441a5bf3a597f1a69f78a7f.tar.gz |
[#1559] Minor change (analysis).
-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 0877aaaaf..a7f53e319 100644 --- a/test/notification_test.exs +++ b/test/notification_test.exs @@ -8,10 +8,10 @@ defmodule Pleroma.NotificationTest do import Pleroma.Factory import Mock + alias Pleroma.FollowingRelationship alias Pleroma.Notification alias Pleroma.Tests.ObanHelpers alias Pleroma.User - alias Pleroma.FollowingRelationship alias Pleroma.Web.ActivityPub.Transmogrifier alias Pleroma.Web.CommonAPI alias Pleroma.Web.MastodonAPI.NotificationView |