diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-03 21:58:30 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-13 12:44:59 +0700 |
commit | 39dc9b470c7ad8348a13f181039f11d14a42fa2b (patch) | |
tree | 1bfaa3d1af3872ec83801385a59046b1f27c7549 /test | |
parent | 5ca643b80de6e8b82ccb2411b1fa1259a8d565ae (diff) | |
download | pleroma-39dc9b470c7ad8348a13f181039f11d14a42fa2b.tar.gz |
Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils
Diffstat (limited to 'test')
-rw-r--r-- | test/user_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/user_test.exs b/test/user_test.exs index a25b72f4e..206258fee 100644 --- a/test/user_test.exs +++ b/test/user_test.exs @@ -1081,7 +1081,7 @@ defmodule Pleroma.UserTest do user_activities = user.ap_id - |> Activity.query_by_actor() + |> Activity.Queries.by_actor() |> Repo.all() |> Enum.map(fn act -> act.data["type"] end) |